按钮级别的新版本,多级别的组织架构
loulijun2021
2023-08-24 68338b19f9dc2ad9725326b7e699a3e191030cb8
src/styles/global.css
@@ -3,8 +3,8 @@
  height: 100%;
  margin: 0;
  padding: 0;
  /*min-width: 1800px;*/
  /*overflow-y: hidden;*/
  min-width: 1200px;
  overflow-y: hidden;
  /*overflow-x: hidden;*/
  -moz-osx-font-smoothing: grayscale;
@@ -22,6 +22,47 @@
  margin: 0;
  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 {
@@ -59,11 +100,11 @@
  /*cursor: pointer;*/
}
.bodyTopFormExpand:hover{
.bodyTopFormExpand:hover {
  color: #00ff8b !important;
}
.svg-icon:hover{
.svg-icon:hover {
  color: #00ff8b !important;
  /*background-color: #00ff8b !important;*/
}
@@ -74,7 +115,12 @@
  /*justify-content: space-between;*/
  /*justify-content: space-around;*/
  width: 100%;
  /*min-height:42px  !important;*/
  flex-wrap: wrap;
}
.elForm .el-form-item {
  margin-bottom: 0 !important;
}
.elTableDiv {
@@ -88,12 +134,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;*/
/*}*/
/*对话框按钮底部*/
@@ -114,6 +160,14 @@
.el-loading-text {
  font-size: 26px !important;
}
.el-button {
  height: 34px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
/*
@@ -156,9 +210,10 @@
/*解决固定滚动条高低像素差*/
.el-table__fixed::before{
.el-table__fixed::before {
  height: 0 !important;
}
.el-table__fixed-right::before{
.el-table__fixed-right::before {
  height: 0 !important;
}