doctor-mini/ec-canvas/ec-canvas.wxss
2025-06-23 23:56:31 +08:00

17 lines
171 B
Plaintext

.ec-canvas {
width: 100%;
height: 100%;
display: block;
}
ec-canvas {
width: 100%;
height: 100%;
display: block;
}
canvas {
width: 100%;
height: 100%;
}