wangting
2024-11-07 db78e86024c5cc3928bdd837e148204d59bd4fbb
Source/plt-web/plt-web-ui/src/App.vue
@@ -73,9 +73,16 @@
.el-table .cell{
  line-height: 22px;
}
.el-table--mini .cell{
  line-height: 20px;
}
.el-table .cell .el-tag{
  line-height: 20px;
  height: 22px;
}
.el-table--mini .cell .el-tag{
  line-height: 18px;
  height: 20px;
}
.avue-crud__pagination{
  padding: 15px 0 10px;
@@ -148,4 +155,18 @@
.el-tree .el-tree-node__loading-icon{
  display: none !important;
}
.el-select{
  width: 100%;
}
.avue-input-icon__item .avue-icon i {
  font-size: 30px !important;
  width: 30px;
  height: 30px;
}
.el-descriptions__header{
  margin-bottom: 10px;
}
</style>