|
@@ -359,35 +359,28 @@ function submit() {
|
|
|
min-width: 50px;
|
|
|
margin-right: 10px;
|
|
|
}
|
|
|
-
|
|
|
- &::v-deep {
|
|
|
- .image-slot {
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- background-color: #f5f7fa;
|
|
|
- text-align: center;
|
|
|
- line-height: 50px;
|
|
|
- }
|
|
|
-
|
|
|
- .el-icon-picture-outline {
|
|
|
- font-size: 25px;
|
|
|
- }
|
|
|
+ :deep(.image-slot) {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ background-color: #f5f7fa;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 50px;
|
|
|
+ }
|
|
|
+ :deep(.el-icon-picture-outline) {
|
|
|
+ font-size: 25px;
|
|
|
}
|
|
|
-
|
|
|
.text {
|
|
|
color: #3385ff;
|
|
|
margin-bottom: 6px;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-::v-deep {
|
|
|
- .el-scrollbar__wrap {
|
|
|
- overflow-x: hidden !important;
|
|
|
- }
|
|
|
+:deep(.el-scrollbar__wrap) {
|
|
|
+ overflow-x: hidden !important;
|
|
|
+}
|
|
|
|
|
|
- .is-horizontal {
|
|
|
- display: none;
|
|
|
- }
|
|
|
+:deep(.is-horizontal) {
|
|
|
+ display: none;
|
|
|
}
|
|
|
.empty {
|
|
|
margin: 20px 0;
|