shared-ritm 1.1.18 → 1.1.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shared-ritm",
3
- "version": "1.1.18",
3
+ "version": "1.1.20",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist",
package/src/App.vue CHANGED
@@ -10,7 +10,12 @@
10
10
  <app-button
11
11
  label="asad"
12
12
  color="primary"
13
- @click="openConfirm('После подтверждения проект будет удалён', 'delete')"
13
+ @click="
14
+ openConfirm(
15
+ 'После подтверждения проект ремонта, проект подготовки сотрудников и проект подготовки МТР будут перенесены в текущие проекты',
16
+ 'delete',
17
+ )
18
+ "
14
19
  />
15
20
  <app-input v-model="test" type="text" />
16
21
  </div>
@@ -39,12 +39,12 @@ const props = defineProps<Props>()
39
39
  display: flex;
40
40
  flex-direction: column;
41
41
  width: 400px;
42
- height: 409px;
43
42
  border-radius: 24px !important;
44
43
  justify-content: space-between;
45
44
  padding: 40px;
46
45
  &__content {
47
- margin: auto;
46
+ margin: 0 auto;
47
+ padding: 0;
48
48
  flex-grow: 1;
49
49
  &__header {
50
50
  width: 100%;
@@ -61,7 +61,7 @@ const props = defineProps<Props>()
61
61
  }
62
62
  p {
63
63
  margin-top: 14px;
64
- margin-bottom: 0;
64
+ margin-bottom: 30px;
65
65
  font-size: 16px;
66
66
  text-align: center;
67
67
  }