riku
2024-04-30 add483d13841cf472a9adb5c0cc72454f501fb7c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
:root {
  // --el-text-color-regular: #ffffff;
}
 
.el-form-item {
  margin-bottom: 0px;
}
 
.el-form-item__label {
  color: white;
}
 
// .el-radio {
//   --el-radio-text-color: white;
// }