File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -165,6 +165,7 @@ $toolbar-position: -55px;
165
165
width : 80px ;
166
166
height : 25px ;
167
167
font-size : 12px ;
168
+ color : #6a6a6a ;
168
169
line-height : 25px ;
169
170
text-align : center ;
170
171
background : #fff ;
Original file line number Diff line number Diff line change 13
13
class =" mb-4px flex flex-col gap-4px border border-gray-2 border-rounded rounded border-solid p-8px"
14
14
>
15
15
<!-- 操作按钮区 -->
16
- <div class =" m--8px m-b-4px flex flex-row items-center justify-between bg-gray-1 p-8px " >
16
+ <div class =" m--8px m-b-4px flex flex-row items-center justify-between p-8px " style = " background-color : var ( --app-content-bg-color ); " >
17
17
<el-tooltip content =" 拖动排序" >
18
- <Icon icon =" ic:round-drag-indicator" class =" drag-icon cursor-move" />
18
+ <Icon icon =" ic:round-drag-indicator" class =" drag-icon cursor-move" style = " color : #8a909c ; " />
19
19
</el-tooltip >
20
20
<el-tooltip content =" 删除" >
21
21
<Icon
You can’t perform that action at this time.
0 commit comments