Skip to content

Commit 1a1b70a

Browse files
committed
style: stylelint
1 parent 42c8db4 commit 1a1b70a

File tree

6 files changed

+30
-20
lines changed

6 files changed

+30
-20
lines changed

src/components/bpmnProcessDesigner/package/designer/ProcessViewer.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,14 +591,17 @@ watch(
591591
stroke: #e6a23c !important;
592592
fill-opacity: 0.2 !important;
593593
}
594+
594595
.highlight-return.djs-shape .djs-visual > :nth-child(2) {
595596
fill: #e6a23c !important;
596597
}
598+
597599
.highlight-return.djs-shape .djs-visual > path {
598600
fill: #e6a23c !important;
599601
fill-opacity: 0.2 !important;
600602
stroke: #e6a23c !important;
601603
}
604+
602605
.highlight-return.djs-connection > .djs-visual > path {
603606
stroke: #e6a23c !important;
604607
}
@@ -612,14 +615,17 @@ watch(
612615
stroke: #e6a23c !important;
613616
fill-opacity: 0.2 !important;
614617
}
618+
615619
:deep(.highlight-return.djs-shape .djs-visual > :nth-child(2)) {
616620
fill: #e6a23c !important;
617621
}
622+
618623
:deep(.highlight-return.djs-shape .djs-visual > path) {
619624
fill: #e6a23c !important;
620625
fill-opacity: 0.2 !important;
621626
stroke: #e6a23c !important;
622627
}
628+
623629
:deep(.highlight-return.djs-connection > .djs-visual > path) {
624630
stroke: #e6a23c !important;
625631
}

src/layout/components/Breadcrumb/src/Breadcrumb.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ $prefix-cls: #{$elNamespace}-breadcrumb;
114114
}
115115
}
116116
}
117+
117118
:deep(&__item):last-child {
118119
.#{$prefix-cls}__inner {
119120
display: flex;

src/views/mall/promotion/combination/record/index.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="flex items-center">
77
<div
88
class="h-[50px] w-[50px] flex items-center justify-center"
9-
style="color: rgb(24, 144, 255); background-color: rgba(24, 144, 255, 0.1)"
9+
style="color: rgb(24 144 255); background-color: rgb(24 144 255 / 10%)"
1010
>
1111
<Icon :size="23" icon="fa:user-times" />
1212
</div>
@@ -27,7 +27,7 @@
2727
<div class="flex items-center">
2828
<div
2929
class="h-[50px] w-[50px] flex items-center justify-center"
30-
style="color: rgb(162, 119, 255); background-color: rgba(162, 119, 255, 0.1)"
30+
style="color: rgb(162 119 255); background-color: rgb(162 119 255 / 10%)"
3131
>
3232
<Icon :size="23" icon="fa:user-plus" />
3333
</div>
@@ -48,7 +48,7 @@
4848
<div class="flex items-center">
4949
<div
5050
class="h-[50px] w-[50px] flex items-center justify-center"
51-
style="color: rgb(162, 119, 255); background-color: rgba(162, 119, 255, 0.1)"
51+
style="color: rgb(162 119 255); background-color: rgb(162 119 255 / 10%)"
5252
>
5353
<Icon :size="23" icon="fa:user-plus" />
5454
</div>

src/views/mall/statistics/member/index.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,12 +472,15 @@ onMounted(async () => {
472472
margin-bottom: 1rem;
473473
}
474474
}
475+
475476
.trapezoid1 {
476477
transform: perspective(5em) rotateX(-11deg);
477478
}
479+
478480
.trapezoid2 {
479481
transform: perspective(7em) rotateX(-20deg);
480482
}
483+
481484
.trapezoid3 {
482485
transform: perspective(3em) rotateX(-13deg);
483486
}

src/views/mall/trade/afterSale/detail/index.vue

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ onMounted(async () => {
307307
308308
// 时间线样式调整
309309
:deep(.el-timeline) {
310-
margin: 10px 0px 0px 160px;
310+
margin: 10px 0 0 160px;
311311
312312
.el-timeline-item__wrapper {
313313
position: relative;
@@ -328,27 +328,27 @@ onMounted(async () => {
328328
background-color: #f7f8fa;
329329
330330
&::before {
331-
content: '';
332331
position: absolute;
333332
top: 10px;
334333
left: 13px;
335-
border-width: 8px; /* 调整尖角大小 */
336-
border-style: solid;
337334
border-color: transparent #f7f8fa transparent transparent; /* 尖角颜色,左侧朝向 */
335+
border-style: solid;
336+
border-width: 8px; /* 调整尖角大小 */
337+
content: '';
338338
}
339339
}
340340
341341
.dot-node-style {
342-
width: 20px;
343-
height: 20px;
344342
position: absolute;
345343
left: -5px;
346344
display: flex;
345+
width: 20px;
346+
height: 20px;
347+
font-size: 10px;
348+
color: #fff;
349+
border-radius: 50%;
347350
justify-content: center;
348351
align-items: center;
349-
border-radius: 50%;
350-
color: #fff;
351-
font-size: 10px;
352352
}
353353
}
354354
</style>

src/views/mall/trade/order/detail/index.vue

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -395,27 +395,27 @@ onMounted(async () => {
395395
background-color: #f7f8fa;
396396
397397
&::before {
398-
content: ''; /* 必须设置 content 属性 */
399398
position: absolute;
400399
top: 10px;
401400
left: 13px; /* 将伪元素水平居中 */
402-
border-width: 8px; /* 调整尖角大小 */
403-
border-style: solid;
404401
border-color: transparent #f7f8fa transparent transparent; /* 尖角颜色,左侧朝向 */
402+
border-style: solid;
403+
border-width: 8px; /* 调整尖角大小 */
404+
content: ''; /* 必须设置 content 属性 */
405405
}
406406
}
407407
408408
.dot-node-style {
409-
width: 20px;
410-
height: 20px;
411409
position: absolute;
412410
left: -5px;
413411
display: flex;
412+
width: 20px;
413+
height: 20px;
414+
font-size: 10px;
415+
color: #fff;
416+
border-radius: 50%;
414417
justify-content: center;
415418
align-items: center;
416-
border-radius: 50%;
417-
color: #fff;
418-
font-size: 10px;
419419
}
420420
}
421421
</style>

0 commit comments

Comments
 (0)