Commit 19f2818c by 姜雷

修改设备列表样式

parent c7ec7611
...@@ -45,10 +45,21 @@ export default { ...@@ -45,10 +45,21 @@ export default {
</script> </script>
<style lang="scss"> <style lang="scss">
@import '@/assets/styles/variables.scss';
.EquipmentList { .EquipmentList {
.Dashboard-title { .Dashboard-title {
.el-radio-button__inner { .el-radio-button__inner {
line-height: 0; line-height: 0;
padding: 12px 20px;
}
}
}
@media screen and (max-width: $bigScreenWidth) {
.EquipmentList {
.Dashboard-title {
.el-radio-button__inner {
padding: 12px 5px;
}
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment