按钮级别的新版本,多级别的组织架构
loulijun2021
2023-08-15 621bd1e65350d17756863f35783dbab5619a54d4
src/styles/global.css
@@ -23,6 +23,46 @@
  padding: 0 10px;
}
.el-table .custom-row {
  background: #f8f8fa;
}
.el-table__body-wrapper{
  background: #f8f8fa;
}
.el-table__body .el-table__row.hover-row td {
  background-color: #eaecef !important;
}
.body .el-input__inner{
  height: 34px !important;
}
.el-dialog__body{
  padding:50px 80px !important;
}
.el-dialog__body .el-input__inner{
  height: 34px !important;
}
.el-icon-delete,.el-icon-edit-outline{
  cursor: pointer;
  margin-right: 15px;
}
.operationClass {
  height: 23px;
  display: flex;
  align-items: center;
}
.el-message-box__btns{
  display: flex;
  justify-content: flex-end;
}
/*头部按钮组样式*/
.bodyTopButtonGroup {
  /*padding-left: 10px;*/
@@ -74,6 +114,7 @@
  /*justify-content: space-between;*/
  /*justify-content: space-around;*/
  width: 100%;
  height:50px;
  flex-wrap: wrap;
}
@@ -88,12 +129,12 @@
  position: relative;
}
.operationClass {
  height: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*.operationClass {*/
/*  height: 23px;*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  align-items: center;*/
/*}*/
/*对话框按钮底部*/