diff --git a/src/styles/index.scss b/src/styles/index.scss
index 2edba9b..2768855 100644
--- a/src/styles/index.scss
+++ b/src/styles/index.scss
@@ -154,6 +154,14 @@ label {
color: $brand-color;
}
+.fc-s {
+ color: $success-color;
+}
+
+.fc-w {
+ color: $warning-color;
+}
+
.fc-m {
color: $maintext-color;
}
@@ -306,6 +314,25 @@ label {
border-radius: 2px;
}
+.ofh {
+ overflow: hidden;
+}
+
+.ofa {
+ overflow: auto;
+}
+
+.no-select {
+ -webkit-user-select: none;
+ /* Chrome/Safari */
+ -moz-user-select: none;
+ /* Firefox */
+ -ms-user-select: none;
+ /* Internet Explorer/Edge */
+ user-select: none;
+ /* Standard */
+}
+
//m-l-0 p-l-0 马根 帕丁
$position: (
"t":"top",
diff --git a/src/views/layout/components/main/order/stat.vue b/src/views/layout/components/main/order/stat.vue
index f0d562f..7577f42 100644
--- a/src/views/layout/components/main/order/stat.vue
+++ b/src/views/layout/components/main/order/stat.vue
@@ -5,30 +5,120 @@
-
-
-
+
-
-
-
-
成交额
-
¥23441.44
+
+
+
+
+
+
+
¥{{ dayPaidTotal }}
+
+
+
+
{{ dayPaid.length }}单
+
+
+
+
¥{{ dayRefundTotal }}
+
+
+
+
{{ dayRefund.length }}单
+
-
-
-
+
+
+
+
+
+
+
+
@@ -38,25 +128,211 @@