refactor(styles): 样式调整

This commit is contained in:
Soybean
2021-11-29 10:57:29 +08:00
parent 21c2f5a857
commit f29106e480
6 changed files with 9 additions and 12 deletions

View File

@@ -54,6 +54,6 @@ init();
</script>
<style scoped>
.multi-tab {
box-shadow: 0 1px 4px rgb(0 21 41 / 8%);
box-shadow: 0 1px 2px rgb(0 21 41 / 8%);
}
</style>