cuijian
2025-06-05 34feb4908ec7b7e5b51adf6355603978c67bd3a4
src/assets/less/common.less
@@ -58,4 +58,14 @@
}
/**隐藏样式-modal确定按钮 */
.jee-hidden{display: none}
.jee-hidden{display: none}
.btxx > .ant-form-item > .ant-form-item-label label {
  position: relative;
}
.btxx > .ant-form-item > .ant-form-item-label label::before{
  position: absolute;
  content: "*";
  left: -8px;
  color: #f5222d;
}