|
@@ -1,7 +1,7 @@
|
|
<template>
|
|
<template>
|
|
<sgc-modal :title="title" @sgcCloseModal="closeModal" :toolbars="toolbars">
|
|
<sgc-modal :title="title" @sgcCloseModal="closeModal" :toolbars="toolbars">
|
|
<form novalidate @submit.prevent="onSubmit">
|
|
<form novalidate @submit.prevent="onSubmit">
|
|
- <ion-list v-if="writeModel" class="item-form change-password">
|
|
|
|
|
|
+ <ion-list v-if="writeModel" class="item-form">
|
|
<ion-list-header>
|
|
<ion-list-header>
|
|
<ion-label>{{ $t('LOGIN.TIT_CHANGEPW') }}</ion-label>
|
|
<ion-label>{{ $t('LOGIN.TIT_CHANGEPW') }}</ion-label>
|
|
</ion-list-header>
|
|
</ion-list-header>
|
|
@@ -163,15 +163,15 @@ ion-item.pushNotice {
|
|
font-size: 0.9rem;
|
|
font-size: 0.9rem;
|
|
}
|
|
}
|
|
|
|
|
|
-ion-list.change-password {
|
|
|
|
- ion-label.label-fixed {
|
|
|
|
|
|
+ion-list.item-form {
|
|
|
|
+ ion-item {
|
|
|
|
+ ion-label.label-fixed {
|
|
min-width: none !important;
|
|
min-width: none !important;
|
|
max-width: none !important;
|
|
max-width: none !important;
|
|
- &.sc-ion-label-ios-h {
|
|
|
|
- flex:none;
|
|
|
|
- width:150px;
|
|
|
|
- min-width: none !important;
|
|
|
|
- max-width: none !important;
|
|
|
|
|
|
+ &.sc-ion-label-ios-h,
|
|
|
|
+ &.sc-ion-label-md-h {
|
|
|
|
+ flex: 0 0 120px;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|