tanxue 1 месяц назад
Родитель
Сommit
1e7aa53f82
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{