Skip to content

Commit c832af7

Browse files
YunaiVgitee-org
authored andcommitted
!526 【页面优化】商城装修小组件适配黑暗模式
Merge pull request !526 from 卢越/master
2 parents c32e03b + 2959764 commit c832af7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/components/DiyEditor/components/ComponentContainer.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ $toolbar-position: -55px;
165165
width: 80px;
166166
height: 25px;
167167
font-size: 12px;
168+
color: #6a6a6a;
168169
line-height: 25px;
169170
text-align: center;
170171
background: #fff;

src/components/Draggable/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
class="mb-4px flex flex-col gap-4px border border-gray-2 border-rounded rounded border-solid p-8px"
1414
>
1515
<!-- 操作按钮区 -->
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);">
1717
<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;" />
1919
</el-tooltip>
2020
<el-tooltip content="删除">
2121
<Icon

0 commit comments

Comments
 (0)