fix(form): text与同行元素不对齐问题
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div style="width: 100%">
|
||||
<div class="m-fields-text">
|
||||
<TMagicInput
|
||||
v-model="model[name]"
|
||||
ref="input"
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
.m-fields-text {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.m-form-validate__warning {
|
||||
color: var(--el-color-warning);
|
||||
font-size: 12px;
|
||||
|
||||
Reference in New Issue
Block a user