font-size
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user