mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 10:22:38 +08:00
9 lines
170 B
CSS
9 lines
170 B
CSS
form textarea {
|
|
width: 100% !important;
|
|
max-width: 100% !important;
|
|
height: calc(100vh - 30rem) !important;
|
|
}
|
|
|
|
.sql-tips .am-alert {
|
|
margin: 0 0 2rem 0;
|
|
} |