2 次代碼提交 eac1a788ba ... 1da9ca4943

作者 SHA1 備註 提交日期
  tanxue 1da9ca4943 Merge branch '2025北京诚祥App' of https://gogs.mtavip.com/wangguoyu/uniProject into 2025北京诚祥App 3 天之前
  tanxue 1e7aa53f82 样式修改 3 天之前
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      common/styles/global/components.scss

+ 3 - 0
common/styles/global/components.scss

@@ -444,6 +444,9 @@ margin-right: 18rpx;display: inline-block;vertical-align: middle;}
 		.uni-date-editor{flex: 1;display: flex;justify-content: flex-end;}
 	}
 }
+//form disabled
+.form-label-disabled{position: relative;}
+.form-label-disabled::before{content:'';position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 2;}
 
 // label-switch
 .form-label-switch{