fix: 高级筛选出血线,头部数据样式修改 #133

Merged
liushilong merged 1 commits from fix/header_ui_error into test 1 year ago

@ -82,7 +82,7 @@ const data = [
margin-bottom: 1rem; margin-bottom: 1rem;
.header_item { .header_item {
width: 10%; min-width: 10%;
display: flex; display: flex;
flex-flow: row nowrap; flex-flow: row nowrap;
align-items: center; align-items: center;
@ -92,6 +92,7 @@ const data = [
height: 2.75rem !important; height: 2.75rem !important;
} }
.data_wrap { .data_wrap {
margin-left: .8125rem;
.data_title { .data_title {
font-size: 1.125rem; font-size: 1.125rem;
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Bold; font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Bold;

@ -414,7 +414,7 @@ defineExpose({
align-items: center; align-items: center;
position: absolute; position: absolute;
left: 0; left: 0;
top: 0; top: -5px;
width: 100%; width: 100%;
padding: 12px 16px; padding: 12px 16px;
border-bottom: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8;

Loading…
Cancel
Save