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
Commit
29597640
authored
Aug 24, 2024
by
卢越
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【页面优化】商城装修右侧操作区适配黑暗模式
parent
69dc5c1a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/components/Draggable/index.vue
+2
-2
No files found.
src/components/Draggable/index.vue
View file @
29597640
...
@@ -13,9 +13,9 @@
...
@@ -13,9 +13,9 @@
class=
"mb-4px flex flex-col gap-4px border border-gray-2 border-rounded rounded border-solid p-8px"
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=
"拖动排序"
>
<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>
<el-tooltip
content=
"删除"
>
<el-tooltip
content=
"删除"
>
<Icon
<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