9.20界面
This commit is contained in:
15
frontend/unpackage/dist/dev/app-plus/pages/supplier/select.css
vendored
Normal file
15
frontend/unpackage/dist/dev/app-plus/pages/supplier/select.css
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
.page { display:flex; flex-direction: column; height: 100vh;
|
||||
}
|
||||
.search { display:flex; gap: 0.375rem; padding: 0.5rem; background:#fff;
|
||||
}
|
||||
.search uni-input { flex:1; background:#f6f6f6; border-radius: 0.375rem; padding: 0.375rem;
|
||||
}
|
||||
.list { flex:1;
|
||||
}
|
||||
.item { padding: 0.625rem 0.75rem; background:#fff; border-bottom: 0.03125rem solid #f1f1f1;
|
||||
}
|
||||
.name { color:#333; margin-bottom: 0.1875rem;
|
||||
}
|
||||
.meta { color:#888; font-size: 0.75rem;
|
||||
}
|
||||
Reference in New Issue
Block a user