refactor: stylelint升级至v17版本 (#1261)

This commit is contained in:
xiaoming
2026-01-17 06:21:24 +08:00
committed by GitHub
parent 593739cf77
commit ff007fbc03
9 changed files with 307 additions and 299 deletions

View File

@@ -171,7 +171,7 @@ onBeforeUnmount(() => {
</template>
<style lang="scss" scoped>
::v-deep(.el-upload-dragger) {
:deep(.el-upload-dragger) {
display: flex;
align-items: center;
height: 180px;

View File

@@ -71,17 +71,17 @@ const settingTB: ContextProps = reactive({
.dv-a {
padding-top: 30vh;
color: rgba($color: dodgerblue, $alpha: 80%);
color: rgb(30 144 255 / 80%);
}
.dv-b {
padding-top: 10vh;
color: rgba($color: #000, $alpha: 80%);
color: rgb(0 0 0 / 80%);
}
.dv-c {
padding-top: 18vh;
color: rgba($color: #ce272d, $alpha: 80%);
color: rgb(206 39 45 / 80%);
}
}
</style>

View File

@@ -358,7 +358,7 @@ watch(loginDay, value => {
}
.translation {
::v-deep(.el-dropdown-menu__item) {
:deep(.el-dropdown-menu__item) {
padding: 5px 40px;
}