yanghao hace 1 mes
padre
commit
ffeb81d6b3
Se han modificado 2 ficheros con 17 adiciones y 4 borrados
  1. 17 4
      pages/entry/index.vue
  2. BIN
      static/entry/ruiying.png

+ 17 - 4
pages/entry/index.vue

@@ -104,9 +104,12 @@
             <image class="daily-icon" :src="item.icon" mode="aspectFit" />
             <view class="daily-content">
               <view class="daily-title">{{ item.title }}</view>
-              <view class="daily-subtitle">{{ item.subtitle }}</view>
+
+              <view class="daily-subtitle-wrap">
+                <view class="daily-subtitle">{{ item.subtitle }}</view>
+                <uni-icons type="right" size="12" color="#8090a8" />
+              </view>
             </view>
-            <uni-icons type="right" size="14" color="#8090a8" />
           </view>
         </view>
       </view>
@@ -241,7 +244,7 @@ const dailyEntries = computed(() => [
     title: "瑞鹰日报",
     subtitle: "进入瑞鹰日报",
     path: "/pages/ruiying/index?type=edit",
-    icon: "/static/home/rh.png",
+    icon: "/static/entry/ruiying.png",
     visible: !!userInfo.value.ryReportFlag,
   },
 ]);
@@ -584,6 +587,9 @@ onShow(() => {
   border-color: #246bff;
   background: linear-gradient(180deg, #ffffff 0%, #dfebfd 100%);
   box-shadow: inset 0 0 0 2rpx rgba(36, 107, 255, 0.08);
+  .core-name {
+    color: #0b57f6;
+  }
 }
 
 .core-icon {
@@ -679,6 +685,13 @@ onShow(() => {
   // min-width: 0;
 }
 
+.daily-subtitle-wrap {
+  display: flex;
+  align-items: center;
+  margin-top: 8rpx;
+  gap: 8rpx;
+}
+
 .daily-icon {
   width: 64rpx;
   height: 64rpx;
@@ -697,7 +710,7 @@ onShow(() => {
 }
 
 .daily-subtitle {
-  margin-top: 8rpx;
+  // margin-top: 8rpx;
   color: #6f7f96;
   font-size: 16rpx;
   white-space: nowrap;

BIN
static/entry/ruiying.png