diff --git a/src/style/theme/common.scss b/src/style/theme/common.scss index fe743ba..cc3b3ef 100644 --- a/src/style/theme/common.scss +++ b/src/style/theme/common.scss @@ -921,7 +921,12 @@ body { .el-link { font-size: 13px !important; } - + .el-table__row{ + font-size: 13px !important; + } + .el-button{ + font-size: inherit; + } } @@ -943,7 +948,13 @@ body { } .el-link { - font-size: 13px !important; + font-size: 12px !important; + } + .el-table__row{ + font-size: 12px !important; + } + .el-button{ + font-size: inherit; } } diff --git a/src/views/agent/siteServiceList.vue b/src/views/agent/siteServiceList.vue index 853151b..1bb6a26 100644 --- a/src/views/agent/siteServiceList.vue +++ b/src/views/agent/siteServiceList.vue @@ -88,7 +88,7 @@ popper-class="custom-popover" @show="popshow" >
输入>0的数,越小排序越前;重复则新者优先;0则默认排序
+输入>0的数,越小排序越前;重复则新者优先;0则默认排序