chore: 升级依赖,相关兼容处理

This commit is contained in:
xiaoxian521
2025-02-14 11:25:38 +08:00
parent b87eb6fd0a
commit 399d3b2987
16 changed files with 1215 additions and 1134 deletions

View File

@@ -158,8 +158,8 @@ getMine().then(res => {
&::before {
position: absolute;
inset: 0 8px;
margin: 4px 0;
clear: both;
margin: 4px 0;
content: "";
background: var(--el-color-primary);
border-radius: 3px;

View File

@@ -233,10 +233,10 @@ watch(size, val =>
.el-button .custom-loading .circular .path {
stroke: var(--el-button-text-color);
stroke-width: 2;
stroke-linecap: round;
stroke-dasharray: 90, 150;
stroke-dashoffset: 0;
stroke-linecap: round;
stroke-width: 2;
animation: loading-dash 1.5s ease-in-out infinite;
}
</style>

View File

@@ -51,10 +51,10 @@ const formatTooltip = (val: number) => {
flex: 1;
margin-bottom: 0;
overflow: hidden;
text-overflow: ellipsis;
font-size: 14px;
line-height: 44px;
color: var(--el-text-color-secondary);
text-overflow: ellipsis;
white-space: nowrap;
}

View File

@@ -32,10 +32,10 @@ const value2 = ref(0);
flex: 1;
margin-bottom: 0;
overflow: hidden;
text-overflow: ellipsis;
font-size: 14px;
line-height: 44px;
color: var(--el-text-color-secondary);
text-overflow: ellipsis;
white-space: nowrap;
}

View File

@@ -139,10 +139,10 @@ const cardLogoClass = computed(() => [
height: 40px;
margin-bottom: 24px;
overflow: hidden;
font-size: 12px;
line-height: 20px;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
font-size: 12px;
line-height: 20px;
-webkit-box-orient: vertical;
}
}