style:修改样式

This commit is contained in:
zhangyu
2021-10-12 17:09:59 +08:00
parent 133275d66d
commit 2733502697
2 changed files with 2 additions and 2 deletions

View File

@@ -140,8 +140,8 @@ export default {
} }
} }
.clear-all-select{ .clear-all-select{
padding-left: 42px;
padding: 0 20px; padding: 0 20px;
padding-left: 42px;
color: #0052cc; color: #0052cc;
font-size: 12px; font-size: 12px;
} }

View File

@@ -332,7 +332,7 @@ export default {
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss">
.arrow-down { .arrow-down {
transform: rotate(0); transform: rotate(0);
transition: all linear .2s; transition: all linear .2s;