2022-02-25 09:24:56 +08:00
|
|
|
/* 公共样式 */
|
|
|
|
|
|
|
|
|
|
// loading 效果
|
|
|
|
|
.wea-demo-loading {
|
|
|
|
|
position: relative;
|
|
|
|
|
height: 100%;
|
|
|
|
|
text-align: center;
|
2022-06-02 17:11:28 +08:00
|
|
|
|
2022-02-25 09:24:56 +08:00
|
|
|
>div {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 50%;
|
|
|
|
|
margin-top: -10px;
|
|
|
|
|
}
|
|
|
|
|
}
|
2022-03-15 17:50:54 +08:00
|
|
|
|
|
|
|
|
|
2022-04-02 17:34:40 +08:00
|
|
|
// 表单
|
2022-03-15 17:50:54 +08:00
|
|
|
.formItem {
|
|
|
|
|
margin-bottom: 10px;
|
2022-04-02 17:34:40 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.formRow {
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.formTitle {
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
2022-04-06 14:26:16 +08:00
|
|
|
|
2022-06-02 17:11:28 +08:00
|
|
|
|
|
|
|
|
.ant-checkbox-wrapper+.ant-checkbox-wrapper {
|
|
|
|
|
margin-left: 0 !important;
|
|
|
|
|
}
|