Browse Source

修改表格内元素在不同宽度下字号继承问题

pull/111/head
zq 2 weeks ago
parent
commit
619db56778
  1. 15
      src/style/theme/common.scss
  2. 2
      src/views/agent/siteServiceList.vue

15
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;
}
}

2
src/views/agent/siteServiceList.vue

@ -88,7 +88,7 @@
popper-class="custom-popover" @show="popshow" >
<div style="text-align: center">
<GuipInput ref="GuipInput" width="252px" v-model="row.sort_id" label="排序" placeholder="请输入数字"></GuipInput>
<p style="width: 252px;margin-left: 40px;text-align: right;color: #8A9099;letter-spacing: 0.08em;">输入0的数越小排序越前重复则新者优先0则默认排序</p>
<p style="width: 252px;margin-left: 40px;margin-top: 16px; text-align: left;color: #8A9099;letter-spacing: 0.08em;">输入0的数越小排序越前重复则新者优先0则默认排序</p>
<div class="flex" style="text-align: right; margin-top: 32px;justify-content: flex-end;">
<GuipButton size="medium" @click="cancelEdit(row, 'sort')">取消</GuipButton>
<GuipButton type="primary" @click="saveEdit(row, 'sort')" size="medium">确定</GuipButton>

Loading…
Cancel
Save