Sign in
w-front-end
/
select_good
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
9fb6f4720d95bad6fbb0080a5dcee5809c410634
Authored by
zhiyangdu
2020-04-24 11:04:04 +0800
1 parent
bdb445b8
样式优化
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
src/pages/notYetOpened/notYetOpened.less
src/pages/notYetOpened/notYetOpened.vue
src/pages/notYetOpened/notYetOpened.less
View file @
9fb6f47
...
...
@@ -18,6 +18,7 @@
18
18
margin-top: 10px;
19
19
}
20
20
.desc{
21
+ width: 500px;
21
22
font-size:24px;
22
23
font-weight:400;
23
24
color:rgba(180,180,180,1);
...
...
src/pages/notYetOpened/notYetOpened.vue
View file @
9fb6f47
...
...
@@ -43,7 +43,7 @@ export default {
43
43
return {
44
44
backs: {
45
45
// nav导航条数据
46
- title: "
商城/餐厅入驻手机端尚未开通
",
46
+ title: "
",
47
47
funcs: {
48
48
back: {
49
49
icon: "static/img/icon_back.png"
...
...