可信代码库-AI大模型样式优化
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user