Files
Situation-Awareness-Platfor…/src/assets/css/jyh.scss

148 lines
2.7 KiB
SCSS
Raw Normal View History

2025-03-12 18:41:20 +08:00
/* 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;
}
.devui-form__label-help {
width: 14px !important;
height: 14px !important;
}
2025-03-12 18:41:20 +08:00
}
.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;
}
.header-container {
.filter-icon {
flex: 0;
margin-left: 8px;
}
.devui-table__sort-clickable {
flex: 0;
height: 16px;
}
}
}
.jyh-tabs {
.devui-tabs__nav {
border-bottom: 0;
}
.devui-tabs__nav--wrapped>li.active {
border-radius: 4px 4px 0px 0px;
background: #F3F3F3;
.devui-tabs__nav-content {
a {
color: #191919;
font-family: HarmonyOS Sans SC;
font-weight: medium;
font-size: 14px;
line-height: 22px;
letter-spacing: 0px;
text-align: left;
}
}
}
.devui-tab__content {
//background: #F3F3F3;
margin-top: 0;
}
.devui-tabs__nav-content {
a {
color: #808080;
font-family: HarmonyOS Sans SC;
font-weight: regular;
font-size: 14px;
line-height: 22px;
letter-spacing: 0px;
text-align: left;
}
}
}
.jyh-checkbox-group {
div {
margin-top: 0;
}
.devui-checkbox label {
color: #191919;
font-family: HarmonyOS Sans SC;
font-weight: regular;
font-size: 14px;
line-height: 22px;
letter-spacing: 0px;
text-align: left;
}
}
.devui-dropdown-menu-multiple {
.devui-select__multiple {
.devui-tag {
.devui-tag--default {
display: flex;
border-radius: 4px;
background: #1919190C;
padding: 0 4px;
font-size: 12px;
line-height: 20px;
height: 20px;
}
.remove-button {
margin-left: 8px;
position: relative;
}
}
}
.devui-select__clearable {
.devui-select__multiple--input {
width: 1px;
min-width: 1px;
}
}
}
.jyh-select-multiple {
2025-03-12 18:41:20 +08:00
}