mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-10-14 17:33:01 +08:00
fix(form): text与同行元素不对齐问题
This commit is contained in:
parent
83bf36d980
commit
cae11dce12
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user