修改部分样式

This commit is contained in:
2024-07-19 09:04:36 +08:00
parent cc32bc79a3
commit 58bf05d7c4

View File

@@ -160,10 +160,11 @@ export default {
}, },
}; };
</script> </script>
<style scoped> <style scoped lang="scss">
.cursor-pointer{ .cursor-pointer{
cursor: pointer; cursor: pointer;
color: #1890ff; color: #1890ff;
font-size: 12px;
transition: all 0.3s; transition: all 0.3s;
} }
.cursor-pointer:hover{ .cursor-pointer:hover{