Commit a03b0ce1 by haojie

1

parent 2b220d7b
...@@ -400,8 +400,6 @@ const SelectValueChange = (name: string, value: string) => { ...@@ -400,8 +400,6 @@ const SelectValueChange = (name: string, value: string) => {
.label { .label {
margin: 20px 0 6px 0; margin: 20px 0 6px 0;
} }
.value {
}
} }
.conversion-box { .conversion-box {
margin: 12px 0 20px 0; margin: 12px 0 20px 0;
......
...@@ -245,6 +245,12 @@ onBeforeMount(() => { ...@@ -245,6 +245,12 @@ onBeforeMount(() => {
.t-table__content { .t-table__content {
background-color: transparent; background-color: transparent;
} }
.t-loading--center {
border-radius: 8px;
.t-loading__gradient {
color: #00dddd;
}
}
.check-all-box { .check-all-box {
.t-checkbox__input { .t-checkbox__input {
border: 1px solid #ffffff; border: 1px solid #ffffff;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment