1234567891011121314151617181920 |
- @charset "UTF-8";
- /**
- * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
- * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
- */
- .selects.data-v-2f7ddab8 {
- width: 100%;
- }
- .richColor.data-v-2f7ddab8 {
- color: #909399;
- }
- .u-flex-column.data-v-2f7ddab8 {
- flex-direction: column;
- height: 100%;
- }
- .u-flex-column .fa-column.data-v-2f7ddab8 {
- width: 100%;
- }
|