Commit d32d7698bbef1360e3f55c2fc4acb0f98edfe810

Authored by 谭毅彬
1 parent 61401cae

微调页眉样式

Signed-off-by: TanYibin <5491541@qq.com>
ant-design-vue-jeecg/src/components/page/GlobalLayout.vue
... ... @@ -259,7 +259,7 @@ body {
259 259 }
260 260  
261 261 .trigger {
262   - font-size: 25px;
  262 + font-size: 24px;
263 263 line-height: 20px;
264 264 padding: 17px 18px 17px 18px;
265 265 margin: 0px 0px 0px 0px;
... ... @@ -605,18 +605,18 @@ body {
605 605  
606 606 img, h1 {
607 607 display: inline-block;
608   - vertical-align: middle;
  608 + vertical-align: bottom;
609 609 }
610 610  
611 611 img {
612   - height: 20px;
613   - vertical-align: middle;
  612 + height: 18px;
  613 + vertical-align: text-bottom;
614 614 }
615 615  
616 616 h1 {
617 617 color: #fff;
618 618 font-size: 18px;
619   - margin: 0 0 0 8px;
  619 + margin: 0px 12px 0px 12px;
620 620 font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
621 621 font-weight: 600;
622 622 }
... ...
ant-design-vue-jeecg/src/components/tools/Logo.vue
... ... @@ -46,7 +46,7 @@ export default {
46 46  
47 47 .logo {
48 48 height: @height !important;
49   - line-height: 54px !important;
  49 + line-height: @height !important;
50 50 box-shadow: none !important;
51 51 transition: background 300ms;
52 52  
... ...