Commit 3ca683b0 authored by 盖献康's avatar 盖献康

bug(64541)

parent 891c9efe
...@@ -89,12 +89,12 @@ ...@@ -89,12 +89,12 @@
v-model="item.price" v-model="item.price"
:min="0" :min="0"
:max="9999.99" :max="9999.99"
style="width: 70%" style="width: 93%"
placeholder="0.00" placeholder="0.00"
:precision="2" :precision="2"
controls-position="right" controls-position="right"
/> />
<span style="padding-left: 10px;"></span>
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>
...@@ -138,7 +138,7 @@ ...@@ -138,7 +138,7 @@
:min="0" :min="0"
:max="9999" :max="9999"
controls-position="right" controls-position="right"
style="width: 256px" style="width: 100%;"
/> />
</el-form-item> </el-form-item>
</el-col> </el-col>
......
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