Files
doodle-mini/miniprogram/demoPages/textPaint/textPaint.less
T
2025-03-18 15:17:30 +08:00

13 lines
294 B
Plaintext

.page-container {
height: 100vh;
background-color: transparent;
overflow-y: hidden;
.text-canvas {
margin: 20rpx 20rpx 60rpx;
width: calc(100% - 40rpx);
height: calc(100% - 80rpx);
border: 1rpx solid #333;
background-color: #fff;
}
}