Commit 9c0a1fe05572edf126c3e74624987dfeade12f3c

Authored by 谭毅彬
1 parent d8f0532e

页头页面样式优化

Signed-off-by: TanYibin <5491541@qq.com>
ant-design-vue-jeecg/src/components/page/GlobalLayout.vue
... ... @@ -259,14 +259,12 @@ body {
259 259 }
260 260  
261 261 .trigger {
262   - font-size: 22px;
263   - height: 59px;
264   - line-height: 59px;
265   - padding: 0 18px;
266   - cursor: pointer;
267   - vertical-align: middle;
  262 + font-size: 25px;
  263 + line-height: 20px;
  264 + padding: 17px 18px 18px 18px;
  265 + margin: 0px 0px 0px 0px;
  266 + vertical-align: top;
268 267 transition: color 300ms, background 300ms;
269   -
270 268 &:hover {
271 269 background: rgba(255, 255, 255, 0.3);
272 270 }
... ... @@ -647,7 +645,7 @@ body {
647 645 padding: 4px 0;
648 646  
649 647 .ant-dropdown-menu-item {
650   - width: 160px;
  648 + width: 126px;
651 649 }
652 650  
653 651 .ant-dropdown-menu-item > .anticon:first-child,
... ...
ant-design-vue-jeecg/src/components/tools/UserMenu.vue
... ... @@ -46,12 +46,12 @@
46 46 <span>个人中心</span>
47 47 </router-link>
48 48 </a-menu-item> -->
49   - <a-menu-item key="1">
  49 + <!-- <a-menu-item key="1">
50 50 <router-link :to="{ name: 'account-settings-base' }">
51 51 <a-icon type="setting"/>
52 52 <span>账户设置</span>
53 53 </router-link>
54   - </a-menu-item>
  54 + </a-menu-item> -->
55 55 <a-menu-item key="3" @click="systemSetting">
56 56 <a-icon type="tool"/>
57 57 <span>系统设置</span>
... ...