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
bdb445b8537a8c1dccf4fe131cb7282dab9f2a7d
Authored by
zhiyangdu
2020-04-24 10:52:41 +0800
1 parent
c886eae1
样式优化
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
src/components/backBox/backBox.less
src/pages/notYetOpened/notYetOpened.vue
src/components/backBox/backBox.less
View file @
bdb445b
...
...
@@ -34,7 +34,6 @@
34
34
background-color: transparent;
35
35
color: #333333;
36
36
font-size: 34px;
37
- width: 60vw;
38
37
height: 93px;
39
38
white-space: nowrap;
40
39
text-overflow: ellipsis;
...
...
src/pages/notYetOpened/notYetOpened.vue
View file @
bdb445b
...
...
@@ -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"
...
...