feat:完善功能
This commit is contained in:
@@ -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%);
|
||||
|
||||
Reference in New Issue
Block a user