名医精彩

This commit is contained in:
liuyuan
2025-06-20 17:40:41 +08:00
parent a26581fd81
commit 6dd6e9d213
59 changed files with 12940 additions and 86 deletions

View File

@@ -45,6 +45,7 @@
</view>
</view>
<view class="AC_mark" v-if="slotProps.row.remark">{{slotProps.row.remark}}</view>
<view class="AC_note" v-if="slotProps.row.note&&slotProps.row.note!='null'">说明{{slotProps.row.note}}</view>
<view class="AC_time">{{ slotProps.row.createTime }}</view>
</view>
</template>
@@ -88,7 +89,7 @@ export default {
totalCount: 0,
tab_muJian: 0,
bgiStyle: {
background: "#7dc1f0",
background: "#5188e5",
},
iconStyle: {
fontSize: "40rpx",
@@ -167,6 +168,7 @@ export default {
.wallet_wrap{
background-color: #eff5f8;
height: 100%;
overflow: auto;
}
.ACTable_block{
padding: 0 30rpx;
@@ -251,10 +253,13 @@ export default {
margin-top: 20rpx;
color: #888;
}
.AC_note {
color: #888;
font-size: 26rpx;
}
.AC_time {
color: #bababa;
font-size: 28rpx;
font-size: 26rpx;
}
}
}