Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mayi-mp-shop
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
程默
mayi-mp-shop
Commits
969b86e3
Commit
969b86e3
authored
May 11, 2022
by
刘奕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
会员信息卡片优化
parent
a6f7736c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
src/components/basicTool/member-info/index.vue
+8
-7
No files found.
src/components/basicTool/member-info/index.vue
View file @
969b86e3
...
...
@@ -77,14 +77,13 @@
<img
:src=
"shopInfo.logoUrl"
alt
/>
</div>
<div
class=
"leftText"
>
<
p
class=
"text"
>
<
div
class=
"text"
>
Hi~
</p>
<p
class=
"text"
>
欢迎加入XX会员俱乐部
</p>
<p
class=
"text"
>
快来领取新人专享礼包吧
</p>
</div>
<div
class=
"text"
>
{{datas.componentData['noLoginText']}}
</div>
</div>
</div>
<div
class=
"right"
@
click=
"toLogin"
>
<div
class=
"right"
@
click=
"toLogin"
:style=
"{'color':datas.componentData['noLoginBtnTextColor']}"
>
登录/注册
</div>
</div>
...
...
@@ -480,6 +479,7 @@ export default {
align-items
:
center
;
justify-content
:
space-between
;
.left
{
align-items
:
center
;
.bc2
{
width
:
64px
;
height
:
64px
;
...
...
@@ -489,12 +489,13 @@ export default {
}
}
.leftText
{
p
{
height
:
21px
;
div
{
font-size
:
13px
;
font-weight
:
600
;
line-height
:
21px
;
color
:
var
(
--main-color
);
width
:
148px
;
max-width
:
148px
;
}
margin-left
:
10px
;
}
...
...
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