管灌系统农户端微信小程序(元谋应用)
zuoxiao
2024-07-03 06b93604f8f9bfbcc740decfe5a5b922d75a0de3
pages/home/home.wxss
@@ -143,6 +143,7 @@
  /* 允许垂直滚动 */
  z-index: 0;
  /* 确保 scroll-view 在头部和 center-wrapper 之下 */
 margin-bottom: 20rpx;
}
@@ -281,7 +282,7 @@
  margin-left: 20rpx;
}
.t-dialog {
.dialog {
  --td-dialog-content-font-size: 40rpx;
  --td-dialog-content-line-height: 50rpx
}
@@ -315,4 +316,9 @@
  width: 100%;
  margin-top: 2rpx;
  /* background-color: #e0e0e0; */
}
.error-dialog{
  --td-dialog-title-color:red;
  --td-dialog-title-font-size:45rpx;
}