fix: order status bordre-left

This commit is contained in:
mixtan 2025-08-12 13:36:11 +08:00
parent fdd7740bb3
commit f37f31bb26
2 changed files with 53 additions and 24 deletions

View File

@ -804,18 +804,18 @@ export default {
padding-left: 24rpx;
position: relative;
&::after {
position: absolute;
right: 0;
top: 0;
height: 100%;
display: block;
content: " ";
width: 1px;
background-image: linear-gradient(to bottom, #000 80%, transparent 20%);
background-size: 100% 16rpx;
opacity: 0.2;
}
// &::after {
// position: absolute;
// right: 0;
// top: 0;
// height: 100%;
// display: block;
// content: " ";
// width: 1px;
// background-image: linear-gradient(to bottom, #000 80%, transparent 20%);
// background-size: 100% 16rpx;
// opacity: 0.2;
// }
.icon {
position: absolute;
@ -866,6 +866,21 @@ export default {
}
.footer {
width: 228rpx;
position: relative;
&::after {
position: absolute;
left: 0;
top: 0;
height: 100%;
display: block;
content: " ";
width: 1px;
background-image: linear-gradient(to bottom, #000 80%, transparent 20%);
background-size: 100% 16rpx;
opacity: 0.2;
}
.status {
text-align: center;
font-size: 28rpx;

View File

@ -607,18 +607,18 @@ export default {
padding-left: 24rpx;
position: relative;
&::after {
position: absolute;
right: 0;
top: 0;
height: 100%;
display: block;
content: " ";
width: 1px;
background-image: linear-gradient(to bottom, #000 80%, transparent 20%);
background-size: 100% 16rpx;
opacity: 0.2;
}
// &::after {
// position: absolute;
// right: 0;
// top: 0;
// height: 100%;
// display: block;
// content: " ";
// width: 1px;
// background-image: linear-gradient(to bottom, #000 80%, transparent 20%);
// background-size: 100% 16rpx;
// opacity: 0.2;
// }
.item {
display: flex;
@ -663,6 +663,20 @@ export default {
}
.footer {
width: 228rpx;
position: relative;
&::after {
position: absolute;
left: 0;
top: 0;
height: 100%;
display: block;
content: " ";
width: 1px;
background-image: linear-gradient(to bottom, #000 80%, transparent 20%);
background-size: 100% 16rpx;
opacity: 0.2;
}
.status {
text-align: center;
font-size: 28rpx;