Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcjg-web
Showing
4 changed files
with
5 additions
and
13 deletions
1 | <template> | 1 | <template> |
2 | <div class="navbar-con"> | 2 | <div class="navbar-con"> |
3 | <div class="navbar"> | 3 | <div class="navbar"> |
4 | <div class="title">{{ title }}</div> | 4 | <div class="title">{{ dicData['sysCode'][0].DNAME }}</div> |
5 | <div class="user">欢迎进入系统 {{ name }} <svg-icon icon-class='close' class="closeStyle" @click="onCancel" />退出系统</div> | 5 | <div class="user">欢迎进入系统 {{ name }} <svg-icon icon-class='close' class="closeStyle" @click="onCancel" />退出系统</div> |
6 | <div class="sidebarLeft"> | 6 | <div class="sidebarLeft"> |
7 | <sidebarLeft /> | 7 | <sidebarLeft /> |
... | @@ -13,7 +13,6 @@ | ... | @@ -13,7 +13,6 @@ |
13 | </div> | 13 | </div> |
14 | </template> | 14 | </template> |
15 | <script> | 15 | <script> |
16 | import defaultSettings from '@/settings' | ||
17 | import sidebarLeft from './Sidebar/sidebarLeft' | 16 | import sidebarLeft from './Sidebar/sidebarLeft' |
18 | import sidebarRight from './Sidebar/sidebarRight' | 17 | import sidebarRight from './Sidebar/sidebarRight' |
19 | import { mapGetters } from 'vuex' | 18 | import { mapGetters } from 'vuex' |
... | @@ -23,16 +22,10 @@ export default { | ... | @@ -23,16 +22,10 @@ export default { |
23 | sidebarRight | 22 | sidebarRight |
24 | }, | 23 | }, |
25 | computed: { | 24 | computed: { |
26 | ...mapGetters(['sidebar', 'avatar', 'name']) | 25 | ...mapGetters(['sidebar', 'dicData', 'name']) |
27 | }, | ||
28 | data () { | ||
29 | return { | ||
30 | title: defaultSettings.title | ||
31 | } | ||
32 | }, | 26 | }, |
33 | methods: { | 27 | methods: { |
34 | onCancel () { | 28 | onCancel () { |
35 | |||
36 | } | 29 | } |
37 | } | 30 | } |
38 | } | 31 | } | ... | ... |
... | @@ -183,7 +183,6 @@ table th { | ... | @@ -183,7 +183,6 @@ table th { |
183 | table td { | 183 | table td { |
184 | box-sizing: border-box; | 184 | box-sizing: border-box; |
185 | border-bottom: none !important; | 185 | border-bottom: none !important; |
186 | ; | ||
187 | } | 186 | } |
188 | 187 | ||
189 | //去掉最下面的那一条线 | 188 | //去掉最下面的那一条线 |
... | @@ -197,8 +196,8 @@ table td { | ... | @@ -197,8 +196,8 @@ table td { |
197 | } | 196 | } |
198 | 197 | ||
199 | .el-table__body tr:hover { | 198 | .el-table__body tr:hover { |
200 | background: rgba(2, 160, 253, 0.3) !important; | 199 | background: #063160 !important; |
201 | box-shadow: inset 0px 0px 18px 0px #02A0FD !important; | 200 | box-shadow: inset 0px 0px 20px 0px #03DBFF !important; |
202 | } | 201 | } |
203 | 202 | ||
204 | .el-table__body tr:hover>td { | 203 | .el-table__body tr:hover>td { | ... | ... |
-
Please register or sign in to post a comment