|
|
@ -151,6 +151,21 @@ body { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.custom-popover { |
|
|
|
position: fixed !important; |
|
|
|
max-height: 290px; |
|
|
|
overflow-y: auto; |
|
|
|
margin-top: 0 !important; |
|
|
|
margin-left: 0 !important; |
|
|
|
transform: none !important; |
|
|
|
} |
|
|
|
.tableHeaderSelect ::v-deep .el-input__inner{ |
|
|
|
font-size: 14px; |
|
|
|
font-weight: normal; |
|
|
|
letter-spacing: 0.08em; |
|
|
|
font-family: Microsoft YaHei UI; |
|
|
|
color: #1E2226; |
|
|
|
} |
|
|
|
.ellipsis{ |
|
|
|
|
|
|
|
} |
|
|
@ -181,7 +196,8 @@ body { |
|
|
|
} |
|
|
|
.min-flex-right { |
|
|
|
min-width: 1033px; |
|
|
|
max-width: 1556px; |
|
|
|
max-width: 100%; |
|
|
|
// max-width: 1556px; |
|
|
|
width: 84.75%; |
|
|
|
margin: 0 auto; |
|
|
|
.flex-common{ |
|
|
@ -260,6 +276,9 @@ body { |
|
|
|
} |
|
|
|
|
|
|
|
// end--------- |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//radio 发生change事件时,会有报错 |
|
|
|
::v-deep .el-radio__original { |
|
|
|
display: none !important; |
|
|
@ -331,6 +350,7 @@ body { |
|
|
|
width: 88px; |
|
|
|
height: 33px; |
|
|
|
border-radius: 2px; |
|
|
|
font-size: 12px; |
|
|
|
} |
|
|
|
.el-button--primary,.el-button--normal{ |
|
|
|
background: #006AFF; |
|
|
@ -712,7 +732,9 @@ body { |
|
|
|
justify-content: flex-start; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.el-table__header colgroup col { |
|
|
|
width: auto !important; |
|
|
|
} |
|
|
|
.form-top-icon { |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
@ -730,6 +752,80 @@ body { |
|
|
|
|
|
|
|
|
|
|
|
// table start |
|
|
|
/* 确保单元格内容超出时显示省略号 */ |
|
|
|
// .cell-content { |
|
|
|
// white-space: nowrap; |
|
|
|
// overflow: hidden; |
|
|
|
// text-overflow: ellipsis; |
|
|
|
// max-width: 100px; /* 根据实际需要调整 */ |
|
|
|
// } |
|
|
|
.nowrap{ |
|
|
|
white-space: nowrap !important; |
|
|
|
overflow: hidden !important; |
|
|
|
text-overflow: ellipsis !important; |
|
|
|
} |
|
|
|
/* 小屏幕下调整 */ |
|
|
|
@media screen and (max-width: 1440px) { |
|
|
|
.el-table th.el-table__cell > .cell{ |
|
|
|
white-space: nowrap !important; |
|
|
|
} |
|
|
|
.cell-content { |
|
|
|
display: inline-block; |
|
|
|
max-width:60%; |
|
|
|
white-space: nowrap; |
|
|
|
overflow: hidden; |
|
|
|
text-overflow: ellipsis; |
|
|
|
} |
|
|
|
.svg-icon-wrapper{ |
|
|
|
width: 12px !important; |
|
|
|
height: 12px !important; |
|
|
|
} |
|
|
|
} |
|
|
|
@media screen and (min-width: 1321px) and (max-width: 1440px){ |
|
|
|
.el-table{ |
|
|
|
th,td{ |
|
|
|
font-size: 13px !important; |
|
|
|
} |
|
|
|
} |
|
|
|
body{ |
|
|
|
font-size: 13px !important; |
|
|
|
} |
|
|
|
.tableHeaderSelect .el-input__inner{ |
|
|
|
font-size: 13px !important; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
@media screen and (max-width: 1320px){ |
|
|
|
body{ |
|
|
|
font-size: 12px !important; |
|
|
|
} |
|
|
|
.el-table{ |
|
|
|
th,td{ |
|
|
|
font-size: 12px !important; |
|
|
|
} |
|
|
|
} |
|
|
|
.tableHeaderSelect .el-input__inner{ |
|
|
|
font-size: 12px !important; |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
@media screen and (min-width: 1440px) { |
|
|
|
.el-table{ |
|
|
|
th,td{ |
|
|
|
font-size: 14px !important; |
|
|
|
} |
|
|
|
} |
|
|
|
.cell-content { |
|
|
|
white-space: normal; |
|
|
|
max-width: none; |
|
|
|
} |
|
|
|
.svg-icon-wrapper{ |
|
|
|
// width: 12px !important; |
|
|
|
// height: 12px !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.el-table{ |
|
|
|
min-height: 258px; |
|
|
|
th,td{ |
|
|
@ -743,6 +839,10 @@ body { |
|
|
|
} |
|
|
|
td{ |
|
|
|
} |
|
|
|
.el-table__header .el-input--suffix{ |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
} |
|
|
|
} |
|
|
|
.el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell { |
|
|
|
background-color: #F6F7FA; |
|
|
@ -774,7 +874,7 @@ body { |
|
|
|
} |
|
|
|
|
|
|
|
.el-table .el-table__cell { |
|
|
|
padding: 18px 0; |
|
|
|
padding: 16px 0 !important; |
|
|
|
} |
|
|
|
|
|
|
|
.el-table .cell { |
|
|
@ -788,11 +888,13 @@ body { |
|
|
|
// 表格行内小图标 默认隐藏 |
|
|
|
.el-table .svg-icon-wrapper{ |
|
|
|
display: none !important; |
|
|
|
margin-left: 8px; |
|
|
|
} |
|
|
|
//划过时 显示 |
|
|
|
.el-table__row:hover{ |
|
|
|
.el-table .el-table__row:hover{ |
|
|
|
.svg-icon-wrapper{ |
|
|
|
display: block !important; |
|
|
|
margin-left: 8px; |
|
|
|
} |
|
|
|
} |
|
|
|
// table end |
|
|
|