Browse Source

各级页面标题字体加粗;功能配置-党群议事-分类管理-新增分类选择上级分类增加滚动条;

feature/syp_points
ZhaoTongYao 5 years ago
parent
commit
747fd33584
  1. 6
      src/App.vue
  2. 7
      src/views/modules/events/category-add-or-update.vue

6
src/App.vue

@ -8,6 +8,12 @@
body .el-table th.gutter {
display: table-cell !important;
}
.el-form-item__label {
font-weight: bold;
}
.demonstration {
font-weight: bold;
}
</style>
<script>

7
src/views/modules/events/category-add-or-update.vue

@ -178,4 +178,11 @@ export default {
}
}
}
.el-popover {
height: 320px;
overflow-y: scroll;
}
.el-dialog__footer {
margin-top: 100px;
}
</style>

Loading…
Cancel
Save