Small improvements
This commit is contained in:
@@ -392,6 +392,7 @@ onMounted(async () => {
|
||||
<input v-else type="text"
|
||||
v-model="paymentMethodConfigurations[optionsMethod.slug][option.name]"
|
||||
class="width-full"/>
|
||||
<span v-if="option.hint" class="option-hint">{{ option.hint }}</span>
|
||||
</div>
|
||||
</Modal>
|
||||
</template>
|
||||
@@ -416,4 +417,11 @@ onMounted(async () => {
|
||||
color: #ef4444;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.option-hint {
|
||||
display: block;
|
||||
margin-top: 4px;
|
||||
font-size: 0.8rem;
|
||||
color: #6b7280;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user