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
80355f3a
authored
Dec 15, 2023
by
owen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
营销:优化商城装修组件
parent
33162a12
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
5 deletions
+6
-5
src/components/AppLinkInput/AppLinkSelectDialog.vue
+1
-0
src/components/AppLinkInput/index.vue
+1
-1
src/components/DiyEditor/components/mobile/MenuSwiper/index.vue
+2
-2
src/components/DiyEditor/components/mobile/MenuSwiper/property.vue
+1
-1
src/components/DiyEditor/components/mobile/TitleBar/index.vue
+1
-1
No files found.
src/components/AppLinkInput/AppLinkSelectDialog.vue
View file @
80355f3a
...
...
@@ -29,6 +29,7 @@
:key=
"appLinkIndex"
:content=
"appLink.path"
placement=
"bottom"
:show-after=
"300"
>
<el-button
class=
"m-b-8px m-r-8px m-l-0px!"
...
...
src/components/AppLinkInput/index.vue
View file @
80355f3a
...
...
@@ -37,7 +37,7 @@ const emit = defineEmits<{
'update:modelValue'
:
[
link
:
string
]
}
>
()
watch
(
()
=>
appLink
,
()
=>
appLink
.
value
,
()
=>
emit
(
'update:modelValue'
,
appLink
.
value
)
)
</
script
>
src/components/DiyEditor/components/mobile/MenuSwiper/index.vue
View file @
80355f3a
...
...
@@ -28,7 +28,7 @@
<!-- 标题 -->
<span
v-if=
"property.layout === 'iconText'"
class=
"text-1
4
px"
class=
"text-1
2
px"
:style=
"
{
color: item.titleColor,
height: `${TITLE_HEIGHT}px`,
...
...
@@ -51,7 +51,7 @@ const props = defineProps<{ property: MenuSwiperProperty }>()
// 标题的高度
const
TITLE_HEIGHT
=
20
// 图标的高度
const
ICON_SIZE
=
50
const
ICON_SIZE
=
42
// 垂直间距:一行上下的间距
const
SPACE_Y
=
16
...
...
src/components/DiyEditor/components/mobile/MenuSwiper/property.vue
View file @
80355f3a
...
...
@@ -23,7 +23,7 @@
</el-form-item>
<el-card
header=
"菜单设置"
class=
"property-group"
shadow=
"never"
>
<Draggable
v-model=
"formData.list"
:empty-item=
"cloneDeep(EMPTY_MENU_SWIPER_ITEM_PROPERTY"
>
<Draggable
v-model=
"formData.list"
:empty-item=
"cloneDeep(EMPTY_MENU_SWIPER_ITEM_PROPERTY
)
"
>
<template
#
default=
"
{ element }">
<el-form-item
label=
"图标"
prop=
"iconUrl"
>
<UploadImg
v-model=
"element.iconUrl"
height=
"80px"
width=
"80px"
>
...
...
src/components/DiyEditor/components/mobile/TitleBar/index.vue
View file @
80355f3a
<
template
>
<div
class=
"title-bar"
>
<el-image
:src=
"property.bgImgUrl"
fit=
"cover"
class=
"w-full"
/>
<el-image
v-if=
"property.bgImgUrl"
:src=
"property.bgImgUrl"
fit=
"cover"
class=
"w-full"
/>
<div
class=
"absolute left-0 top-0 w-full"
>
<!-- 标题 -->
<div
...
...
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