50 lines
975 B
SCSS
50 lines
975 B
SCSS
|
|
/* devui css override */
|
||
|
|
// d-layout
|
||
|
|
.jyh-form {
|
||
|
|
.devui-form__label-span {
|
||
|
|
color: #595959;
|
||
|
|
font-family: HarmonyOS Sans SC;
|
||
|
|
font-weight: regular;
|
||
|
|
font-size: 14px;
|
||
|
|
line-height: 32px;
|
||
|
|
letter-spacing: 0px;
|
||
|
|
text-align: left;
|
||
|
|
}
|
||
|
|
.devui-form__label--start {
|
||
|
|
text-align: right;
|
||
|
|
}
|
||
|
|
.devui-form__item--horizontal {
|
||
|
|
margin-bottom: 0;
|
||
|
|
}
|
||
|
|
.jyh-form-operation {
|
||
|
|
margin-left: 20px !important;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.jyh-table {
|
||
|
|
.devui-table__cell {
|
||
|
|
color: #191919;
|
||
|
|
font-family: HarmonyOS Sans SC;
|
||
|
|
font-weight: regular;
|
||
|
|
font-size: 14px;
|
||
|
|
line-height: 22px;
|
||
|
|
letter-spacing: 0px;
|
||
|
|
text-align: left;
|
||
|
|
}
|
||
|
|
|
||
|
|
.devui-table__cell a {
|
||
|
|
cursor: pointer;
|
||
|
|
color: #0A59F7;
|
||
|
|
font-family: HarmonyOS Sans SC;
|
||
|
|
font-weight: regular;
|
||
|
|
font-size: 14px;
|
||
|
|
line-height: 22px;
|
||
|
|
letter-spacing: 0px;
|
||
|
|
text-align: left;
|
||
|
|
}
|
||
|
|
.devui-table__row td {
|
||
|
|
padding-top: 10px !important;
|
||
|
|
padding-bottom: 10px !important;
|
||
|
|
}
|
||
|
|
}
|