Merge branch 'main' of ssh://18.167.251.121:10002/aidlab/FiDA_Front

This commit is contained in:
2026-03-04 15:28:00 +08:00
28 changed files with 347 additions and 84 deletions

View File

@@ -46,12 +46,12 @@
<style lang="less" scoped>
.logout-btn {
cursor: pointer;
height: 3.7rem;
width: 9.6rem;
height: 3rem;
width: 7.7rem;
border-radius: 3.7rem;
border: none;
background-color: #ff7a51;
color: #fff;
font-size: 1.4rem;
font-size: 1.2rem;
}
</style>

View File

@@ -22,12 +22,12 @@
<style lang="less" scoped>
button {
width: 10rem;
height: 3.73rem;
width: 7.7rem;
height: 3rem;
background-color: transparent;
border: 0.01rem solid #b5b5b5;
color: #000;
font-size: 1.4rem;
font-size: 1.2rem;
border-radius: 3rem;
}
</style>

View File

@@ -11,7 +11,7 @@
<div class="setting-header">
<div class="title">{{ $t('Home.setting') }}</div>
<span class="close" @click="close">
<svg-icon name="close" size="10" color="#000" />
<svg-icon name="close" size="12" color="#000" />
</span>
</div>
</template>