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
9bd33355
authored
Oct 31, 2023
by
owen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
营销:装修编辑器样式优化
parent
881c4f3a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
2 deletions
+1
-2
src/components/DiyEditor/components/mobile/NavigationBar/index.vue
+0
-1
src/components/DiyEditor/components/mobile/NoticeBar/index.vue
+1
-1
src/components/DiyEditor/index.vue
+0
-0
No files found.
src/components/DiyEditor/components/mobile/NavigationBar/index.vue
View file @
9bd33355
...
@@ -40,7 +40,6 @@ defineProps<{ property: NavigationBarProperty }>()
...
@@ -40,7 +40,6 @@ defineProps<{ property: NavigationBarProperty }>()
display
:
flex
;
display
:
flex
;
justify-content
:
space-between
;
justify-content
:
space-between
;
align-items
:
center
;
align-items
:
center
;
cursor
:
pointer
;
/* 左边 */
/* 左边 */
.left
{
.left
{
margin-left
:
8px
;
margin-left
:
8px
;
...
...
src/components/DiyEditor/components/mobile/NoticeBar/index.vue
View file @
9bd33355
<
template
>
<
template
>
<div
<div
class=
"flex items-center text-12px"
class=
"flex items-center
p-y-4px
text-12px"
:style=
"
{ backgroundColor: property.backgroundColor, color: property.textColor }"
:style=
"
{ backgroundColor: property.backgroundColor, color: property.textColor }"
>
>
<el-image
:src=
"property.iconUrl"
class=
"h-18px"
/>
<el-image
:src=
"property.iconUrl"
class=
"h-18px"
/>
...
...
src/components/DiyEditor/index.vue
View file @
9bd33355
This diff is collapsed.
Click to expand it.
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