可信代码库-AI大模型样式优化

This commit is contained in:
付民康
2025-05-15 10:14:53 +08:00
parent a7667cbe28
commit 9af1bc8285
4 changed files with 21 additions and 7 deletions

View File

@@ -117,7 +117,7 @@ onMounted(() => {
.swiper-button-prev, .swiper-button-next {
top: 55%;
width: 40px;
width: 60px;
height: 40px;
display: inline-flex;
padding: 12px;
@@ -125,9 +125,11 @@ onMounted(() => {
gap: 10px;
border-radius: 100px;
border: 2px solid #FFF;
background: rgba(255, 255, 255, 0.50);
backdrop-filter: blur(5px);
/*border: 2px solid #FFF;*/
/*background: rgba(255, 255, 255, 0.50);*/
background-position: center center;
background-repeat: no-repeat;
/*backdrop-filter: blur(5px);*/
}
.swiper-button-prev:after, .swiper-button-next:after {

View File

@@ -104,7 +104,8 @@ const processData = () => {
columns.value = Array.from(uniqueKeys).map((key) => ({
key,
label: fieldTranslation[key] || key,
// label: fieldTranslation[key] || key,
label: key,
width: 120
}));
tableKey.value++;