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