Browse Source

style(receiveDetail): 调整收款详情页金额字体大小

将金额显示的字体大小从48px调整为42px,以改善页面布局和视觉平衡。
zhangrenyuan/feature-20260128093451-日常优化1.0
zhangrenyuan 1 month ago
parent
commit
e1752a64ff
  1. 1982
      src/views/moneyManage/receiveDetail/receiveDetail1.vue
  2. 2
      src/views/moneyManage/receiveDetail/receiveService.vue

1982
src/views/moneyManage/receiveDetail/receiveDetail1.vue
File diff suppressed because it is too large
View File

2
src/views/moneyManage/receiveDetail/receiveService.vue

@ -1378,7 +1378,7 @@ onMounted(async () => {
width: 100%; width: 100%;
color: #001a42; color: #001a42;
font-family: "PingFang SC"; font-family: "PingFang SC";
font-size: 48px;
font-size: 42px;
font-style: normal; font-style: normal;
font-weight: 900; font-weight: 900;
line-height: normal; line-height: normal;

Loading…
Cancel
Save