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

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

Loading…
Cancel
Save