diff --git a/src/components/ui/CardSummary.vue b/src/components/ui/CardSummary.vue
index 202dbc709..cd42706b5 100644
--- a/src/components/ui/CardSummary.vue
+++ b/src/components/ui/CardSummary.vue
@@ -70,14 +70,7 @@ watch(props, async () => {
display: flex;
justify-content: center;
}
-.label-two {
- > .vn-label-value {
- > .label {
- position: relative;
- background-color: red;
- }
- }
-}
+
.cardSummary {
width: 100%;
@@ -148,6 +141,12 @@ watch(props, async () => {
.header.link:hover {
color: lighten($primary, 20%);
}
+ .QCheckbox {
+ display: flex;
+ // position: absolute;
+ // left: 0;
+ color: gray;
+ }
}
}
diff --git a/src/pages/Customer/Card/CustomerSummary.vue b/src/pages/Customer/Card/CustomerSummary.vue
index 36fa9035c..264c6042d 100644
--- a/src/pages/Customer/Card/CustomerSummary.vue
+++ b/src/pages/Customer/Card/CustomerSummary.vue
@@ -120,33 +120,56 @@ const creditWarning = computed(() => {
/>
-
+
-
-
-
+
-
-
-
+
-