diff --git a/src/style/index.less b/src/style/index.less index 5da9a83..5576244 100644 --- a/src/style/index.less +++ b/src/style/index.less @@ -1,4 +1,4 @@ -@import "http://at.alicdn.com/t/c/font_3135652_sael7iclr79.css"; +@import "http://at.alicdn.com/t/c/font_3135652_fo3hhgd9jw9.css"; @font-face { font-family: "DingTalk"; /* 这里的字体名称是自定义的 */ src: url("../assets/fonts/DingTalk\ Sans.ttf"); /* 服务器上ttf文件的路径,记得配置域名权限 */ diff --git a/src/views/main.vue b/src/views/main.vue index 942b99d..84f030c 100644 --- a/src/views/main.vue +++ b/src/views/main.vue @@ -53,12 +53,16 @@
- +
-
@@ -80,20 +84,19 @@
- - - + + -
{{ userbaseInfo.userName || '-' }}
+
{{ userbaseInfo.userName || '-' }}
-
@@ -122,48 +125,21 @@
- 交付助手 + 交付助手
-
- -
@@ -178,36 +154,7 @@
进入稻田
-
- @@ -1143,8 +1090,35 @@ export default { } } -.user-box:hover { - cursor: pointer; - color: #ff4400 !important; +.user-box{ + width: 44px; + height: 44px; + border-radius: 50%; + background-color: transparent; + text-align: center; + line-height: 44px; + margin-right: 12px !important; + cursor: pointer; + &:hover{ + background-color: #e5e5e5; + } + &:active{ + background-color: #d9d9d9; + } +} +.fsa-box{ + padding: 6px 12px; + background: transparent; + border-radius: 4px; + cursor: pointer; + &:hover{ + background-color: #e5e5e5; + } + &:active{ + background-color: #d9d9d9; + } +} +/deep/ .ant-dropdown{ + top: 68px !important; }