|
|
@@ -343,6 +343,7 @@ export default {
|
|
|
.list-item {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
+ flex-wrap: nowrap;
|
|
|
padding: 20rpx 30rpx;
|
|
|
border-bottom: 1rpx solid #f0f0f0;
|
|
|
transition: background-color 0.2s ease;
|
|
|
@@ -360,6 +361,7 @@ export default {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
flex: 1;
|
|
|
+ min-width: 0;
|
|
|
|
|
|
.item-image {
|
|
|
width: 80rpx;
|
|
|
@@ -429,6 +431,7 @@ export default {
|
|
|
display: flex;
|
|
|
gap: 12rpx;
|
|
|
flex-shrink: 0;
|
|
|
+ white-space: nowrap;
|
|
|
|
|
|
.action-btn {
|
|
|
padding: 12rpx 20rpx;
|
|
|
@@ -579,6 +582,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
// 响应式优化
|
|
|
+/* #ifndef APP-PLUS */
|
|
|
@media screen and (max-width: 750rpx) {
|
|
|
.list-item {
|
|
|
flex-direction: column;
|
|
|
@@ -630,4 +634,5 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+/* #endif */
|
|
|
</style>
|