NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/ant-design-vue/lib/back-top/style/responsive.less
2023-09-14 14:47:11 +08:00

12 lines
189 B
Plaintext

@media screen and (max-width: @screen-md) {
.@{backtop-prefix-cls} {
right: 60px;
}
}
@media screen and (max-width: @screen-xs) {
.@{backtop-prefix-cls} {
right: 20px;
}
}