按钮级别的新版本,多级别的组织架构
loulijun2021
2023-08-08 bc5d103d58d3c421ae5f95d7cfa71a125e2414fc
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,20 @@
  margin: 0;
  padding: 0 10px;
}
.el-table__body-wrapper{
  background: #f8f8fa;
}
.el-input__inner{
  height: 34px !important;
}
.el-dialog__body{
  padding:50px 80px !important;
}
/*头部按钮组样式*/
.bodyTopButtonGroup {
@@ -116,6 +130,15 @@
  font-size: 26px !important;
}
.el-button{
  height: 34px ;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
/*
定义滚动条高宽及背景
高宽分别对应横竖滚动条的尺寸