@import "variables.scss";
|
// 样式重置
|
html {
|
height: 100%;
|
padding: 0;
|
margin: 0;
|
color: $font-color;
|
font-family: 'Avenir', Helvetica, Arial, sans-serif;
|
-webkit-font-smoothing: antialiased;
|
-moz-osx-font-smoothing: grayscale;
|
body {
|
height: 100%;
|
padding: 0;
|
margin: 0;
|
}
|
h1,h2,h3,h4,h5,h6,ul {
|
margin: 0;
|
padding: 0;
|
}
|
ul {
|
list-style: none;
|
}
|
#app {
|
height: 100%;
|
min-width: $page-min-width;
|
}
|
}
|
|
// 穿梭框的按钮
|
.el-transfer__buttons {
|
padding: 0 16px !important;
|
}
|
|
// dialog
|
.eva-dialog {
|
.el-dialog__body {
|
padding: 0 20px;
|
}
|
.el-form-item {
|
display: flex !important;
|
.el-form-item__content {
|
flex-grow: 1;
|
}
|
}
|
}
|
|
.long-title-style {
|
display: block;
|
white-space: nowrap;
|
text-overflow: ellipsis;
|
-webkit-text-overflow: ellipsis;
|
overflow: hidden;
|
}
|
|
.valid-style {
|
// color: rgb(122, 171, 51);
|
color:#03AF76
|
}
|
.unvalid-style {
|
// color: orange
|
color:#F5A400
|
}
|
.scrap-style {
|
// color: rgb(220, 77, 65);;
|
color:#DE5243
|
}
|
|
.title-add-style {
|
color: #111;
|
font-weight: 700;
|
font-size: 22px;
|
}
|
|
.property-title {
|
color: #111;
|
font-size: 18px;
|
font-weight: 700;
|
margin-bottom: 20px;
|
}
|
|
.form-wrap .el-select {
|
width: 160px !important;
|
}
|
.form-wrap .el-input {
|
width: 160px !important;
|
}
|
|
.el-date-editor--daterange.el-input,
|
.el-date-editor--daterange.el-input__inner,
|
.el-date-editor--timerange.el-input,
|
.el-date-editor--timerange.el-input__inner {
|
width: 220px !important;
|
}
|
|
.el-input__inner {
|
color: #333;
|
}
|
|
span .el-button--text {
|
color: rgb(220, 77, 65) !important;
|
}
|
|
// .el-table__header-wrapper {
|
// line-height: 23px !important;
|
// }
|
|
// .el-table--small th, .el-table--small td {
|
// line-height: 14px !important;
|
// padding: 1px !important;
|
// }
|
// .table-content .table-wrap .el-table td .cell {
|
// min-height: 24px !important;
|
// }
|
// .el-table__row {
|
// height: 26px !important;
|
// }
|