Explorar el Código

下拉框样式

dev
yuzongping hace 1 semana
padre
commit
a364ef4db0
Se han modificado 2 ficheros con 2 adiciones y 1 borrados
  1. +1
    -0
      src/style/element-reset.scss
  2. +1
    -1
      src/views/capital/index.scss

+ 1
- 0
src/style/element-reset.scss Ver fichero

@@ -87,6 +87,7 @@ $border_color: rgba(30, 56, 92, 1);
width: 100% !important; width: 100% !important;
color: #DFF2FF; color: #DFF2FF;
border: 0; border: 0;
border-radius: 0;
background: $bg_color; background: $bg_color;
} }




+ 1
- 1
src/views/capital/index.scss Ver fichero

@@ -16,7 +16,7 @@
} }


.select_wrap { .select_wrap {
width: 88x;
width: 88px;
height: 44px; height: 44px;
background: rgba(3, 16, 40, 0.2); background: rgba(3, 16, 40, 0.2);
border: 2px solid #3181F6; border: 2px solid #3181F6;


Cargando…
Cancelar
Guardar