Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
c832af77
authored
Aug 24, 2024
by
芋道源码
Committed by
Gitee
Aug 24, 2024
Browse files
Options
Browse Files
Download
Plain Diff
!526 【页面优化】商城装修小组件适配黑暗模式
Merge pull request !526 from 卢越/master
parents
c32e03b0
29597640
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
src/components/DiyEditor/components/ComponentContainer.vue
+1
-0
src/components/Draggable/index.vue
+2
-2
No files found.
src/components/DiyEditor/components/ComponentContainer.vue
View file @
c832af77
...
...
@@ -165,6 +165,7 @@ $toolbar-position: -55px;
width
:
80px
;
height
:
25px
;
font-size
:
12px
;
color
:
#6a6a6a
;
line-height
:
25px
;
text-align
:
center
;
background
:
#fff
;
...
...
src/components/Draggable/index.vue
View file @
c832af77
...
...
@@ -13,9 +13,9 @@
class=
"mb-4px flex flex-col gap-4px border border-gray-2 border-rounded rounded border-solid p-8px"
>
<!-- 操作按钮区 -->
<div
class=
"m--8px m-b-4px flex flex-row items-center justify-between
bg-gray-1 p-8px
"
>
<div
class=
"m--8px m-b-4px flex flex-row items-center justify-between
p-8px"
style=
"background-color: var(--app-content-bg-color);
"
>
<el-tooltip
content=
"拖动排序"
>
<Icon
icon=
"ic:round-drag-indicator"
class=
"drag-icon cursor-move"
/>
<Icon
icon=
"ic:round-drag-indicator"
class=
"drag-icon cursor-move"
style=
"color: #8a909c;"
/>
</el-tooltip>
<el-tooltip
content=
"删除"
>
<Icon
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment