wangting
2024-12-26 72a8dc5fcb0802d47b330fc81aab0359c4b69a5f
修改样式
已修改2个文件
41 ■■■■ 文件已修改
Source/plt-web/plt-web-ui/src/styles/ui.scss 39 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/plt-web/plt-web-ui/src/views/authority/secure/machineClassification/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/plt-web/plt-web-ui/src/styles/ui.scss
@@ -352,6 +352,10 @@
.el-card__body {
  padding: 15px;
}
/*
弹出框
 */
.el-dialog{
  margin: 50px auto;
}
@@ -377,6 +381,10 @@
  border-top: 1px solid #e9e7e7;
  padding: 10px 20px 10px;
}
/*
列表
 */
.avue-crud .avue-form {
  margin: 0px auto !important; // 表格内的表单(比如:搜索栏) 取消下边距
}
@@ -394,6 +402,15 @@
}
.avue-crud table td{
  line-height: 22px;
}
.el-table--small, .el-table__expand-icon{
  font-size: 14px;
}
.el-table--small .el-table__cell {
  padding: 6px 0;
}
.avue-crud .el-table th{
  font-weight: 400;
}
.el-table .cell{
  line-height: 22px;
@@ -418,12 +435,18 @@
.el-table .sort-caret.descending{
  bottom: 0;
}
/*
分页
 */
.avue-crud__pagination{
  padding: 15px 0 10px;
}
.el-form .el-col{
  margin-bottom: 0;
}
/*
UI引擎页面
 */
.UITabs > .el-tabs__content{
  height:calc(100% - 56px);
}
@@ -453,6 +476,12 @@
  height: 100%;
}
/*
表单
 */
.el-form .el-col{
  margin-bottom: 0;
}
.el-form-item{
  margin-bottom: 15px;
}
@@ -460,10 +489,12 @@
  margin-bottom: 15px;
}
/***按钮框****/
.tree-buttons .el-button{
  margin: 0 5px 5px 0;
}
/***按钮框****/
.headerCon {
  display: flex;
  flex-wrap: wrap;
Source/plt-web/plt-web-ui/src/views/authority/secure/machineClassification/index.vue
@@ -15,7 +15,7 @@
            </el-button>
            <el-button icon="el-icon-upload2" plain size="small" type="primary" @click="uploadClickHandler">导入
            </el-button>
            <el-button class="smallBtn" plain size="small" type="primary"
            <el-button plain size="small" type="primary"
                       @click="checkViewClickHandler">查看使用范围
            </el-button>
          </div>