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

@ -1,6 +1,6 @@
<template>
<hover-container class="w-64px h-full" tooltip-content="重新加载" placement="bottom-end" @click="handleRefresh">
<icon-mdi-refresh class="text-16px" :class="{ 'reload-animation': loading }" />
<icon-mdi-refresh class="text-18px" :class="{ 'reload-animation': loading }" />
</hover-container>
</template>

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>