refactor(style): remove tailwind css

This commit is contained in:
nebv
2020-10-11 00:05:29 +08:00
parent 66b5616957
commit 03b6025d07
52 changed files with 513 additions and 505 deletions

View File

@@ -37,7 +37,7 @@
</script>
<style lang="less" scoped>
.base-arrow {
transform: rotate(-90deg) !important;
transform: rotate(-90deg);
transition: all 0.3s ease 0.1s;
transform-origin: center center;
@@ -50,9 +50,10 @@
}
&__active {
> span {
transform: rotate(90deg) !important;
}
transform: rotate(90deg);
// > span {
// transform: rotate(90deg);
// }
}
}
</style>