ming 3 жил өмнө
parent
commit
7324fe5469

+ 13 - 13
components/fs-icon/icon.css

@@ -1,8 +1,8 @@
 @font-face {
   font-family: "fsfont"; /* Project id 2762084 */
-  src: url('//at.alicdn.com/t/font_2762084_8ff6u2lj5o.woff2?t=1641896275751') format('woff2'),
-       url('//at.alicdn.com/t/font_2762084_8ff6u2lj5o.woff?t=1641896275751') format('woff'),
-       url('//at.alicdn.com/t/font_2762084_8ff6u2lj5o.ttf?t=1641896275751') format('truetype');
+  src: url('//at.alicdn.com/t/font_2762084_1v3fm9n7u4i.woff2?t=1645005817781') format('woff2'),
+       url('//at.alicdn.com/t/font_2762084_1v3fm9n7u4i.woff?t=1645005817781') format('woff'),
+       url('//at.alicdn.com/t/font_2762084_1v3fm9n7u4i.ttf?t=1645005817781') format('truetype');
 }
 
 .fsfont {
@@ -13,6 +13,10 @@
   -moz-osx-font-smoothing: grayscale;
 }
 
+.icon-close-circle:before {
+  content: "\e6d7";
+}
+
 .icon-setting:before {
   content: "\e78e";
 }
@@ -53,7 +57,7 @@
   content: "\e7a9";
 }
 
-.icon-notice1:before {
+.icon-notice:before {
   content: "\e60d";
 }
 
@@ -81,7 +85,7 @@
   content: "\e62a";
 }
 
-.icon-notice:before {
+.icon-msg:before {
   content: "\e6cc";
 }
 
@@ -89,15 +93,11 @@
   content: "\e843";
 }
 
-.icon-error:before {
-  content: "\e602";
-}
-
 .icon-arrow-up:before {
   content: "\e60c";
 }
 
-.icon-close1:before {
+.icon-close:before {
   content: "\e637";
 }
 
@@ -137,7 +137,7 @@
   content: "\e620";
 }
 
-.icon-icon-plus-circle-fill:before {
+.icon-plus-circle-fill:before {
   content: "\e7ba";
 }
 
@@ -189,7 +189,7 @@
   content: "\e615";
 }
 
-.icon-close:before {
+.icon-close-circle-fill:before {
   content: "\e670";
 }
 
@@ -201,7 +201,7 @@
   content: "\e61e";
 }
 
-.icon-msg:before {
+.icon-msg-fill:before {
   content: "\e659";
 }
 

+ 1 - 1
components/fs-mask/fs-mask.vue

@@ -32,6 +32,6 @@ const handleMask = () => {
 	bottom: var(--window-bottom);
 	left: 0;
 	background-color: rgba(0, 0, 0, 0.5);
-	backdrop-filter: blur(10rpx);
+	backdrop-filter: blur(12rpx);
 }
 </style>

+ 1 - 1
components/fs-week-bar/fs-week-bar.vue

@@ -71,7 +71,7 @@ const initWeek = () => {
 			fullDate: dayjs().subtract(diffDay, 'day').format('YYYY-MM-DD'),
 		})
 	}
-	for (let i = curDay; i <= 8 - curDay; i++) {
+	for (let i = curDay; i <= 7; i++) {
 		const diffDay = i - curDay + 7 * state.radix
 		state.week.push({
 			day: dayMap[i],

+ 1 - 1
pages/my/my.vue

@@ -71,7 +71,7 @@
 			</fs-cell>
 			<fs-cell link="/modules/common/notice" value="我的消息">
 				<template #title>
-					<fs-icon type="icon-notice" colorType="primary"></fs-icon>
+					<fs-icon type="icon-msg" colorType="primary"></fs-icon>
 				</template>
 			</fs-cell>
 			<fs-cell link="/modules/common/feedback" value="意见反馈">