可信代码库-搜索列表页面优化

This commit is contained in:
付民康
2025-03-13 16:09:33 +08:00
parent 7cebe8fc00
commit 39fa8b40c5
10 changed files with 927 additions and 251 deletions

View File

@@ -19,6 +19,10 @@
.jyh-form-operation {
margin-left: 20px !important;
}
.devui-form__label-help {
width: 14px !important;
height: 14px !important;
}
}
.jyh-table {
@@ -46,4 +50,98 @@
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 {
}

View File

@@ -21,7 +21,9 @@ html {
overflow-y: scroll; // html本身没有滚动 为了防止自定义滚动条出现时界面抖动,需要预留轨道
}
html body {
background-color: $devui-global-bg;
//background-color: $devui-global-bg;
background-color: #F6F6F8;
font-size: var(--text-sm);
color: var(--color-font);
}