Explorar el Código

修改缩放

jiexi1_1
YF-yuan hace 3 años
padre
commit
5e85bb8696
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. +4
    -2
      src/views/Home.vue

+ 4
- 2
src/views/Home.vue Ver fichero

@@ -1145,7 +1145,9 @@ body {
width: 2rem;
position: absolute;
top: 1.2rem;
right: 0.1rem;
right: -0.1rem;
transform-origin: 0 0;
transform: scale(0.9);
}
.controlTitle {
width: 2rem;
@@ -1218,7 +1220,7 @@ body {
justify-content: space-around;
align-items: flex-start;
transform-origin: 0 0;
transform: scale(0.9);
transform: scale(0.8);
}
.chartBtn {
width: 0.8rem;

Cargando…
Cancelar
Guardar