fix: 样式调整

This commit is contained in:
lilinyuan
2024-07-04 17:18:38 +08:00
parent 5c889e41c2
commit dd80659044
5 changed files with 20 additions and 4 deletions

View File

@@ -15,6 +15,8 @@ const toggleClick = () => {
<style lang="scss" scoped>
.toggle{
line-height: 65px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
padding: 0 15px;
cursor: pointer;
&:hover {