+
@@ -176,22 +176,23 @@ const emit = defineEmits(['onFetch']);
.body {
background-color: var(--vn-section-color);
.text-h5 {
+ font-size: 20px;
padding-top: 5px;
- padding-bottom: 5px;
+ padding-bottom: 0px;
}
.q-item {
min-height: 20px;
.link {
- margin-left: 5px;
+ margin-left: 10px;
}
}
.vn-label-value {
display: flex;
- padding: 2px 16px;
+ padding: 0px 16px;
.label {
color: var(--vn-label-color);
- font-size: 12px;
+ font-size: 14px;
&:not(:has(a))::after {
content: ':';
@@ -200,7 +201,7 @@ const emit = defineEmits(['onFetch']);
.value {
color: var(--vn-text-color);
font-size: 14px;
- margin-left: 12px;
+ margin-left: 4px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
@@ -218,18 +219,19 @@ const emit = defineEmits(['onFetch']);
overflow: hidden;
text-overflow: ellipsis;
span {
- color: $primary;
+ color: var(--vn-text-color);
font-weight: bold;
}
}
.subtitle {
color: var(--vn-text-color);
font-size: 16px;
- margin-bottom: 15px;
+ margin-bottom: 2px;
}
.list-box {
.q-item__label {
color: var(--vn-label-color);
+ padding-bottom: 0%;
}
}
.descriptor {
@@ -247,6 +249,7 @@ const emit = defineEmits(['onFetch']);
}
.actions {
margin: 0 5px;
+ justify-content: center !important;
}
}
diff --git a/src/components/ui/CardSummary.vue b/src/components/ui/CardSummary.vue
index cdf19d492..1e1480293 100644
--- a/src/components/ui/CardSummary.vue
+++ b/src/components/ui/CardSummary.vue
@@ -74,7 +74,7 @@ async function fetch() {
-
+
@@ -97,7 +97,6 @@ async function fetch() {
.cardSummary {
width: 100%;
-
.summaryHeader {
text-align: center;
font-size: 20px;
@@ -132,6 +131,7 @@ async function fetch() {
padding: 7px;
font-size: 16px;
min-width: 275px;
+ box-shadow: none;
.vn-label-value {
display: flex;
diff --git a/src/components/ui/VnLinkPhone.vue b/src/components/ui/VnLinkPhone.vue
index 4445b99c9..b04ab3e5b 100644
--- a/src/components/ui/VnLinkPhone.vue
+++ b/src/components/ui/VnLinkPhone.vue
@@ -15,7 +15,6 @@ const { t } = useI18n();
color="primary"
padding="none"
:href="`sip:${props.phoneNumber}`"
- :title="t('globals.microsip')"
@click.stop
/>
diff --git a/src/components/ui/VnSubToolbar.vue b/src/components/ui/VnSubToolbar.vue
index 018447057..22eebdf36 100644
--- a/src/components/ui/VnSubToolbar.vue
+++ b/src/components/ui/VnSubToolbar.vue
@@ -14,7 +14,7 @@ onUnmounted(() => {
-
+
@@ -24,6 +24,11 @@ onUnmounted(() => {
+