截止‘运力管理’模块

This commit is contained in:
2026-07-20 11:26:51 +08:00
parent e66b4a3680
commit c6dffb5d97
98 changed files with 19429 additions and 176 deletions

View File

@@ -7,7 +7,7 @@
</transition>
<transition-group name="fade">
<template v-if="getScreen(!isCollapse)">
<span class="logo-title" key="1">{{ website.indexTitle }} </span>
<span class="logo-title" key="1">{{ website.indexTitle }}</span>
</template>
</transition-group>
</div>
@@ -30,7 +30,7 @@ export default {
</script>
<style scoped>
.logo-title {
font-size: 20px;
font-size: 16px;
background-image: linear-gradient(120deg, #54b6d0 16%, #3f8bdb, #2c77f1);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;