Commit 22018e52 authored by sixiaofeng's avatar sixiaofeng

Merge branch '20210727_sxf'

parents 0c546c68 7dcc873b
......@@ -11,16 +11,18 @@
</div>
<div class="py-3">
<div class="flex-1">
<!-- <div class="title text-text-primary flex-shrink-0 mr-4">{{ title }}</div> -->
<!-- <div v-if="checkIfEmpty(content)" class="flex-1 text-text-secondary text-sm text-right">{{ content }}</div> -->
<input
:type="type"
:value="value"
class="w-full text-text-primary"
:placeholder="placeholder"
@input="handleInput"
@blur="handleChange"
>
<div class="flex items-center">
<input
:type="type"
:value="value"
class="w-full text-text-primary"
:placeholder="placeholder"
@input="handleInput"
@blur="handleChange"
>
<slot name="action" />
</div>
<div v-if="showError" class="error text-xs text-warn-color mt-2">{{ errorMsg }}</div>
</div>
<!-- <app-icon
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment