Commit 9804612f authored by chenqikuai's avatar chenqikuai

commit

parent d44246ce
......@@ -40,6 +40,7 @@
v-if="type === 'input-num'"
:value="inputValue"
type="number"
:disabled="disabled"
@input="handleInput"
class="bg-transparent"
:placeholder="placeholder"
......@@ -92,7 +93,7 @@
>
{{ name }}
</div>
<div :data-clipboard-text="name" ref="btn" @click="handleClickCopy">
<div :data-clipboard-text="name" ref="btn" @click="handleClickCopy" class="ml-1">
<app-icon name="icon-fuzhi" size="18px"></app-icon>
</div>
</div>
......
......@@ -145,6 +145,7 @@
key="count"
text="数量"
:value="1"
:disabled="true"
type="input-num"
class="text-font-white my-3"
@cellOnChange="
......
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