@@ -218,8 +218,8 @@
<style lang="less" scoped>
.mymargin {
margin-bottom: 24px;
- @media (min-width: 3000px) {
- margin-bottom: 14px;
+ @media (max-width: 3000px) {
+ margin-bottom: 12px;
}
.mybtmargin {