Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录
切换导航
S
shop-new
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
王天霸
shop-new
Commits
9723b493
提交
9723b493
authored
5月 24, 2022
作者:
王天霸
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
no message
上级
a6253ab7
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
17 行增加
和
12 行删除
+17
-12
index.vue
src/views/system/shop/index.vue
+17
-12
没有找到文件。
src/views/system/shop/index.vue
浏览文件 @
9723b493
...
...
@@ -711,7 +711,12 @@
// 编辑 的店铺logolist
debugger
if
(
this
.
editLogoImgFileList
.
length
>
0
)
{
data
[
'shop_logo'
]
=
this
.
editLogoImgFileList
[
0
].
url
;
for
(
let
i
=
0
;
i
<
this
.
editLogoImgFileList
.
length
;
i
++
)
{
if
(
i
===
0
)
{
data
[
'shop_logo'
]
=
this
.
editLogoImgFileList
[
i
].
url
;
}
else
{
data
[
'shop_logo'
]
+=
','
+
this
.
editLogoImgFileList
[
i
].
url
;
}
}
}
data
[
'qualification_auth'
]
=
JSON
.
stringify
(
this
.
editQualificationList
)
...
...
@@ -948,11 +953,11 @@
<
style
lang=
"scss"
type=
"text/stylus"
scoped
>
.shopinf-edit
{
//
::v-deep
.el-dialog {
//
/deep/
.el-dialog {
// height: 80%;
// overflow : hidden;
//}
//
::v-deep
.el-dialog__body{
//
/deep/
.el-dialog__body{
// height: calc(100% - 60px);
// overflow-x: hidden;
// overflow-y: scroll;
...
...
@@ -980,20 +985,20 @@
}
::v-deep
.el-card__body
{
/
deep
/
.el-card__body
{
height
:
calc
(
100%
-
80px
);
margin
:
10px
0
;
overflow-x
:
hidden
;
overflow-y
:
scroll
;
}
::v-deep
.speDom
{
/
deep
/
.speDom
{
color
:
red
;
font-size
:
20px
;
margin
:
0
0
4px
10px
;
}
::v-deep
.speTip
{
/
deep
/
.speTip
{
color
:
#c0ccda
;
font-size
:
14px
;
}
...
...
@@ -1015,30 +1020,30 @@
.uploadData
{
display
:
inline-block
;
::v-deep
.el-upload--picture-card
{
/
deep
/
.el-upload--picture-card
{
width
:
100px
;
height
:
100px
;
}
::v-deep
.el-upload
{
/
deep
/
.el-upload
{
width
:
100px
;
height
:
100px
;
line-height
:
100px
;
}
::v-deep
.el-upload-list--picture-card
.el-upload-list__item
{
/
deep
/
.el-upload-list--picture-card
.el-upload-list__item
{
width
:
100px
;
height
:
100px
;
line-height
:
100px
;
}
::v-deep
.el-upload-list--picture-card
.el-upload-list__item-thumbnail
{
/
deep
/
.el-upload-list--picture-card
.el-upload-list__item-thumbnail
{
width
:
100px
;
height
:
100px
;
line-height
:
100px
;
}
::v-deep
.avatar
{
/
deep
/
.avatar
{
width
:
100px
;
height
:
100px
;
}
...
...
@@ -1169,7 +1174,7 @@
// 提示语样式 end
.btnCen
{
::v-deep
.el-form-item__content
{
/
deep
/
.el-form-item__content
{
margin-left
:
0
!
important
;
text-align
:
center
;
//margin-top: 30px;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论