chenlei 8 mesiacov pred
rodič
commit
4b125a26b9

BIN
packages/pc/src/assets/images/close.png


+ 3 - 3
packages/pc/src/views/article/index.vue

@@ -4,7 +4,7 @@
     <p>2024年11月25日 16:05 北京</p>
 
     <img
-      src="@/assets/images/icon-close4.png"
+      src="@/assets/images/close.png"
       class="article__close"
       @click="$router.replace({ name: 'home' })"
     />
@@ -99,8 +99,8 @@
     position: absolute;
     top: 44px;
     right: 44px;
-    width: 50px;
-    height: 50px;
+    width: 40px;
+    height: 40px;
     cursor: pointer;
   }
   &-inner {

+ 3 - 3
packages/pc/src/views/information/index.vue

@@ -1,6 +1,6 @@
 <template>
   <img
-    src="@/assets/images/icon-close4.png"
+    src="@/assets/images/close.png"
     class="information__close"
     @click="$router.replace({ name: 'home' })"
   />
@@ -158,8 +158,8 @@ const handleClick = (item) => {
     position: absolute;
     top: 44px;
     right: 44px;
-    width: 50px;
-    height: 50px;
+    width: 40px;
+    height: 40px;
     cursor: pointer;
   }