Browse Source

新增新的页面公共样式

master
yunuo970428 3 years ago
parent
commit
26664984b5
  1. 46
      anrui-scm/anrui-scm-ui/src/styles/index.scss

46
anrui-scm/anrui-scm-ui/src/styles/index.scss

@ -181,6 +181,52 @@ div:focus {
.footer{margin: 20px;}
}
.formaddcopy {
padding: 20px 0;
.title {
padding: 10px;font-weight: bold;
font-size: 20px;
background-color: $header-bg;
text-align: center;
color: #ffffff;
}
.el-row {
display:flex;
flex-wrap: wrap;
border-left: 1px solid $table-border-color;
.el-col{
display: flex;
justify-content: flex-start;
align-items: center;
border-right: 1px solid $table-border-color;
border-bottom: 1px solid $table-border-color;
min-height: 48px;
line-height: 1;
.spanOneWidth {
width: 100px;
}
.spanType {
text-align: right;
font-size: 14px;
color: #606266;
font-weight: 600;
padding: 5px 15px !important;
}
.el-form-item{
padding: 0px 15px !important;
border-left: 1px solid $table-border-color;
margin-bottom: 0;
.addinputw { width: 80%; }
.el-form-item__content {
line-height: 48px;
}
}
}
}
.footer{margin: 20px;}
}
.forminfo {
padding: 20px 0;

Loading…
Cancel
Save