@charset "UTF-8";
[data-v-54c9c0b6] .el-form-item.not-only-required .el-form-item__label::before {
  content: "*";
  color: #409EFF !important;
  /* 可根据需要修改颜色 */
  font-size: 30px;
  /* 调整星号的大小 */
  vertical-align: middle;
  /* 确保星号垂直居中 */
  margin-right: 3px;
  /* 星号与标签文本之间的间距 */
  display: inline-block;
  /* 保证星号作为内联块元素存在 */
  line-height: 0;
  /* 确保行高一致 */
  position: relative;
  top: 0.2em;
  /* 根据需要微调 top 位置 */
}
[data-v-54c9c0b6] .not-only-required .el-form-item__label {
  color: #409EFF !important;
}


/*# sourceMappingURL=chunk-views-cutTime.e2fb35c6d3593dbd1134.css.map*/