shish 3 ani în urmă
părinte
comite
533134fd21
1 a modificat fișierele cu 4 adăugiri și 4 ștergeri
  1. 4 4
      ghsApp/src/admin/home/components/OrderItem.vue

+ 4 - 4
ghsApp/src/admin/home/components/OrderItem.vue

@@ -172,7 +172,6 @@ export default {
     margin-left: 15upx;
   }
   & > .other-presell{
-    flex: 1.5;
     text-align: center;
     color: white;
     border:2upx solid #059240;
@@ -181,9 +180,9 @@ export default {
     font-size:20upx;
     background:#059240;
     margin-right:20upx;
+    width:auto;
   }
   & > .other-book{
-    flex: 1.5;
     text-align: center;
     color: white;
     border:2upx solid green;
@@ -192,9 +191,9 @@ export default {
     font-size:20upx;
     background:green;
     margin-right:20upx;
+    width:auto;
   }
   & > .other-refund{
-    flex: 1.5;
     text-align: center;
     color: white;
     background-color: #0e7ed8;
@@ -203,9 +202,9 @@ export default {
     padding:5upx 12upx;
     font-size:20upx;
     margin-right:20upx;
+    width:auto;
   }
   & > .other-status{
-    flex: 1;
     text-align: center;
     color: white;
     background-color: #ff2842;
@@ -214,6 +213,7 @@ export default {
     padding:5upx 12upx;
     font-size:20upx;
     margin-right:20upx;
+    width:auto;
   }
   & > .status {
     flex: 2;