|
@@ -884,33 +884,6 @@ li {
|
|
|
border-bottom: 1px solid #e8e8e8;
|
|
|
}
|
|
|
}
|
|
|
- .el-table__body-wrapper {
|
|
|
- tr {
|
|
|
- td {
|
|
|
- padding: 5px 0;
|
|
|
- .cell {
|
|
|
- height: 34px;
|
|
|
- line-height: 34px;
|
|
|
- overflow: hidden;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .el-cascader {
|
|
|
- line-height: 34px;
|
|
|
- }
|
|
|
- }
|
|
|
- .upload {
|
|
|
- .el-table__body-wrapper {
|
|
|
- tr {
|
|
|
- td {
|
|
|
- padding: 5px 0;
|
|
|
- .cell {
|
|
|
- height: auto;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
.search-term {
|
|
|
border-left: none;
|
|
|
border-right: none;
|
|
@@ -992,15 +965,15 @@ li {
|
|
|
.el-button.el-button--text.el-button--small {
|
|
|
position: relative;
|
|
|
}
|
|
|
- .el-button.el-button--text.el-button--small::after {
|
|
|
- content: '';
|
|
|
- position: absolute;
|
|
|
- width: 1px;
|
|
|
- height: 50%;
|
|
|
- top: 5px;
|
|
|
- margin-left: 15px;
|
|
|
- background-color: #e8e8e8;
|
|
|
- }
|
|
|
+ // .el-button.el-button--text.el-button--small::after {
|
|
|
+ // content: '';
|
|
|
+ // position: absolute;
|
|
|
+ // width: 1px;
|
|
|
+ // height: 50%;
|
|
|
+ // top: 5px;
|
|
|
+ // margin-left: 15px;
|
|
|
+ // background-color: #e8e8e8;
|
|
|
+ // }
|
|
|
.cell {
|
|
|
button:last-child::after {
|
|
|
content: ''!important;
|