diff --git a/src/assets/iconfont/iconfont.css b/src/assets/iconfont/iconfont.css index 73194f6..db80712 100644 --- a/src/assets/iconfont/iconfont.css +++ b/src/assets/iconfont/iconfont.css @@ -1,8 +1,8 @@ @font-face { font-family: "iconfont"; /* Project id 4921806 */ - src: url('iconfont.woff2?t=1747988318985') format('woff2'), - url('iconfont.woff?t=1747988318985') format('woff'), - url('iconfont.ttf?t=1747988318985') format('truetype'); + src: + url('iconfont.woff?t=1747990278440') format('woff'), + url('iconfont.ttf?t=1747990278440') format('truetype'); } .iconfont { @@ -13,6 +13,10 @@ -moz-osx-font-smoothing: grayscale; } +.icon-yuyue:before { + content: "\e606"; +} + .icon-qunzutaozhuang:before { content: "\eac9"; } diff --git a/src/assets/iconfont/iconfont.ttf b/src/assets/iconfont/iconfont.ttf index be1dd0a..31dec38 100644 Binary files a/src/assets/iconfont/iconfont.ttf and b/src/assets/iconfont/iconfont.ttf differ diff --git a/src/assets/iconfont/iconfont.woff b/src/assets/iconfont/iconfont.woff index 207812b..0d2c702 100644 Binary files a/src/assets/iconfont/iconfont.woff and b/src/assets/iconfont/iconfont.woff differ diff --git a/src/components/outpatient/MedicalQueue.vue b/src/components/outpatient/MedicalQueue.vue index 359c83d..1e6dae3 100644 --- a/src/components/outpatient/MedicalQueue.vue +++ b/src/components/outpatient/MedicalQueue.vue @@ -30,11 +30,12 @@
  • - + 头像 头像 + {{ item.name }} @@ -403,5 +404,14 @@ watch(() => selectedDate.value, (newValue, oldValue) => { right: 0; top: 50px; } - +.yuyueIcon{ + width: 13px; + height: 13px; + position: absolute; + top: -8px; + color: rgb(255, 102, 0); + font-size: 12px; + right: 0; + z-index: 99; +} \ No newline at end of file diff --git a/src/components/registration/List.vue b/src/components/registration/List.vue index c5d6b7a..e4820b4 100644 --- a/src/components/registration/List.vue +++ b/src/components/registration/List.vue @@ -7,10 +7,11 @@ > diff --git a/src/components/settings/item/group/GroupList.vue b/src/components/settings/item/group/GroupList.vue index 915fd4b..378248a 100644 --- a/src/components/settings/item/group/GroupList.vue +++ b/src/components/settings/item/group/GroupList.vue @@ -3,10 +3,13 @@