font-size

This commit is contained in:
Jesse-Ma
2022-12-26 16:44:37 +08:00
parent 616e9499d7
commit 41ec2c1bd8
2 changed files with 3 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ body {
overflow-y: auto; overflow-y: auto;
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif; font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
/*min-height: 400px;*/ /*min-height: 400px;*/
font-size: 14px; font-size: 15px;
border: 0px; border: 0px;
} }

View File

@@ -97,7 +97,7 @@
.tab_pre { .tab_pre {
display: inline; display: inline;
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif; font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
font-size: 14px; font-size: 15px;
} }
.tab_pre::selection { .tab_pre::selection {
@@ -298,7 +298,7 @@
</Modal> </Modal>
<Modal v-model="model.showTtlDelete" width="360" footer-hide class-name="qrmodal" :styles="{ borderRadius: 0 }"> <Modal v-model="model.showTtlDelete" width="360" footer-hide class-name="qrmodal" :styles="{ borderRadius: 0 }">
<p style="text-align: center;margin-top:20px;"> <p style="text-align: center;font-size:medium ;margin-top:20px;">
{{ $t("content.deleteTip") }}{{ state.ttlDesc }} {{ $t("content.deleteTip") }}{{ state.ttlDesc }}
</p> </p>