|
@@ -25,8 +25,9 @@
|
|
height: 565px;
|
|
height: 565px;
|
|
overflow-y: auto !important;
|
|
overflow-y: auto !important;
|
|
overflow-y: overlay !important;
|
|
overflow-y: overlay !important;
|
|
- .ant-table-row{
|
|
|
|
- .ant-table-cell{
|
|
|
|
|
|
+
|
|
|
|
+ .ant-table-row {
|
|
|
|
+ .ant-table-cell {
|
|
padding: 8px;
|
|
padding: 8px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -35,11 +36,11 @@
|
|
|
|
|
|
// 表头拖拽样式
|
|
// 表头拖拽样式
|
|
.drop-over-downward td {
|
|
.drop-over-downward td {
|
|
- border-bottom: 2px dashed var(--themeColor2) !important;
|
|
|
|
|
|
+ border-bottom: 2px dashed var(--themeColor) !important;
|
|
}
|
|
}
|
|
|
|
|
|
.drop-over-upward td {
|
|
.drop-over-upward td {
|
|
- border-top: 2px dashed var(--themeColor2) !important;
|
|
|
|
|
|
+ border-top: 2px dashed var(--themeColor) !important;
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|