Commit 22018e52 authored by sixiaofeng's avatar sixiaofeng

Merge branch '20210727_sxf'

parents 0c546c68 7dcc873b
...@@ -11,16 +11,18 @@ ...@@ -11,16 +11,18 @@
</div> </div>
<div class="py-3"> <div class="py-3">
<div class="flex-1"> <div class="flex-1">
<!-- <div class="title text-text-primary flex-shrink-0 mr-4">{{ title }}</div> --> <div class="flex items-center">
<!-- <div v-if="checkIfEmpty(content)" class="flex-1 text-text-secondary text-sm text-right">{{ content }}</div> --> <input
<input :type="type"
:type="type" :value="value"
:value="value" class="w-full text-text-primary"
class="w-full text-text-primary" :placeholder="placeholder"
:placeholder="placeholder" @input="handleInput"
@input="handleInput" @blur="handleChange"
@blur="handleChange" >
> <slot name="action" />
</div>
<div v-if="showError" class="error text-xs text-warn-color mt-2">{{ errorMsg }}</div> <div v-if="showError" class="error text-xs text-warn-color mt-2">{{ errorMsg }}</div>
</div> </div>
<!-- <app-icon <!-- <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