Commit 281326f6 authored by zhengke's avatar zhengke

修改样式

parent 366bec19
<style>
.w100{
width:100px!important;
}
.quotationTable .el-input__inner{
height:35px!important;
}
</style>
<template> <template>
<div class="Quotation"> <div class="Quotation">
<div class="routerTitle"> <div class="routerTitle">
...@@ -179,7 +187,7 @@ ...@@ -179,7 +187,7 @@
税込みかどうか 税込みかどうか
</td> </td>
<td> <td>
<el-select size="small" v-model="addMsg.IsContainsTax" placeholder="税込みかどうか"> <el-select size="small" v-model="addMsg.IsContainsTax" class="w100" placeholder="税込みかどうか">
<el-option label="税抜き" :value='0'></el-option> <el-option label="税抜き" :value='0'></el-option>
<el-option label="税込み" :value='1'></el-option> <el-option label="税込み" :value='1'></el-option>
</el-select> </el-select>
......
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