-
ПГСС
-
{{ formattedStipend(recount['pgss']) }}
+
+
+
+
ПГСС
+
+
{{ formattedStipend(recount['pgss']) }}
+
+
+
+
+
+
+
+
-
-
Профвзнос
-
{{ formattedStipend(recount['tax']) }}
+
+
+
+
Профвзнос
+
+
{{ formattedStipend(recount['tax']) }}
+
+
+
+
+
+
+
+
+
+
+
Сумма:
-
- {{ found ? formattedStipend(recount['sum']) : 'Не найдено' }}
+
+
+ {{ found ? formattedStipend(recount['sum']) : hasInput ? 'Не найдено' : '0,00 ₽' }}
+
+
+
+
+
+
+
+
@@ -198,12 +343,17 @@ const formattedStipend = (stipend: number): string => {
margin: 13px 0 10px;
}
+.right-group {
+ display: flex;
+ align-items: center;
+ gap: 8px;
+}
+
.sum-plus {
height: 54px;
display: flex;
align-items: center;
font-size: 20px;
- background: green;
color: white;
border-radius: 999px;
margin: 10px 0;
@@ -245,4 +395,8 @@ const formattedStipend = (stipend: number): string => {
height: 100%;
padding: 24px 24px 112px;
}
+
+.tooltip-large {
+ font-size: 1rem !important;
+}
diff --git a/src/vuetify.ts b/src/vuetify.ts
index a7d659f..52f1148 100644
--- a/src/vuetify.ts
+++ b/src/vuetify.ts
@@ -37,6 +37,11 @@ export const vuetify = createVuetify({
VCheckbox: {
color: 'rgb(0, 1, 76)',
},
+ VTooltip: {
+ 'open-on-click': true,
+ 'open-on-hover': true,
+ 'open-on-focus': true,
+ },
},
theme: {
defaultTheme: 'profcomffLight',