feat:完善功能

This commit is contained in:
张先生
2025-03-18 16:59:36 +08:00
parent d43da24717
commit aeadb4d704
9 changed files with 46 additions and 30 deletions

View File

@@ -27,9 +27,12 @@
<style scoped lang="scss">
.select {
:deep(.el-select__wrapper) {
width: vw(240);
padding: vh(10) vw(20);
border-radius: vw(54);
min-width: vw(180);
padding: vh(4) vw(20);
min-height: vh(30) !important;
line-height: vh(30) !important;
font-size: vw(14) !important;
border-radius: vw(100) !important;
box-shadow: none;
border: 1px solid rgba(0, 114, 220, 0.3);
background: linear-gradient(270deg, rgba(8, 41, 86, 0.16) 0%, #0b61b4 100%);