Files
Yi.Admin/Yi.Ai.Vue3/src/styles/media.scss
2025-06-17 22:37:37 +08:00

15 lines
267 B
SCSS

// // 媒体查询
// @media (min-width: 400px) and (max-width: 599px) {
// // 设置欢迎语的底部距离
// .welcome-text {
// margin-bottom: 28px;
// }
// }
// @media (min-width: 600px) {
// .welcome-text {
// margin-bottom: 32px;
// }
// }