diff --git a/src/pages/app/DocumentManagement.vue b/src/pages/app/DocumentManagement.vue index f6cbf45..f2d782b 100644 --- a/src/pages/app/DocumentManagement.vue +++ b/src/pages/app/DocumentManagement.vue @@ -354,6 +354,10 @@ function onInput(event) { } +.button.v-button { + padding: 0px 0px; +} + .bottom-button { text-align: center; button { @@ -362,6 +366,7 @@ function onInput(event) { font-weight: bold; border-color: var(--primary); color: white; + padding: 0.5rem 1rem !important; } } button:nth-child(2) { @@ -375,9 +380,6 @@ button:nth-child(3) { margin: 0px 0px; } -.button.v-button { - padding: 0px 0px; -} .disabled-button { //opacity: 0.5; diff --git a/src/pages/app/contractUpdate.vue b/src/pages/app/contractUpdate.vue index 2b71fa3..6694f6f 100644 --- a/src/pages/app/contractUpdate.vue +++ b/src/pages/app/contractUpdate.vue @@ -1,17 +1,25 @@