Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vipSupplier
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
王淑敏
vipSupplier
Commits
7922d52e
Commit
7922d52e
authored
Dec 26, 2022
by
wsm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
079646d7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
3 deletions
+15
-3
src/styles/variables.scss
+1
-1
src/views/vab/accountProtection/index.vue
+14
-2
No files found.
src/styles/variables.scss
View file @
7922d52e
...
...
@@ -57,7 +57,7 @@ $base-menu-item-height: 50px;
//app-main的高度
$base-app-main-height
:
calc
(
100vh
-
#{
$base-nav-bar-height
}
-
#{
$base-tabs-bar-height
}
-
#{
$base-padding
}
-
#{
$base-padding
}
);
//纵向布局时左侧导航未折叠时的宽度
$base-left-menu-width
:
256px
;
...
...
src/views/vab/accountProtection/index.vue
View file @
7922d52e
<
template
>
<div>
1111111
</div>
<div>
<div
class=
"tip"
>
*修改手机号之后需要重新关注公众号: 罗森供应商VIP,进行绑定激活
</div>
</div>
</
template
>
<
script
>
...
...
@@ -8,4 +12,12 @@
}
</
script
>
<
style
></
style
>
<
style
lang=
"scss"
scoped
>
.tip
{
width
:
100%
;
padding
:
1vh
0.5vw
;
box-sizing
:
border-box
;
font-size
:
calc
(
100vh
*
29
/
1920
);
color
:
#e60000
;
}
</
style
>
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