@@ -350,7 +350,7 @@ function WallAdd({ id, closeMoalFu }: Props) {
</div>
<div className="fileBoxRow_r_tit">
- 支持png、jpg和jpeg的图片格式;最大支持30M。建议上传1111X1111尺寸。
+ 支持png、jpg和jpeg的图片格式;最大支持30M。建议上传1:2尺寸。
<br />
<div
className={classNames(
@@ -25,8 +25,9 @@
height: 565px;
overflow-y: auto !important;
overflow-y: overlay !important;
- .ant-table-row{
- .ant-table-cell{
+
+ .ant-table-row {
+ .ant-table-cell {
padding: 8px;
}
@@ -35,11 +36,11 @@
// 表头拖拽样式
.drop-over-downward td {
- border-bottom: 2px dashed var(--themeColor2) !important;
+ border-bottom: 2px dashed var(--themeColor) !important;
.drop-over-upward td {
- border-top: 2px dashed var(--themeColor2) !important;
+ border-top: 2px dashed var(--themeColor) !important;
@@ -14,16 +14,6 @@
font-size: 14px;
color: #7e8293;
-
- &::before {
- content: '';
- position: absolute;
- left: 0;
- top: 0;
- width: 5px;
- height: 22px;
- background-color: var(--themeColor2);
- }
.wallTopBox {