Commit e75dfe4b by linjinhong

fix:修改podus展示样式

parent 116afe3f
......@@ -252,14 +252,17 @@
</ElFormItem>
<ElFormItem>
<span>
<ElButton type="primary" @click="search">查询</ElButton>
<ElButton link @click="resetSearchForm" style="font-size: 12px"
><span title="重置查询条件">重置</span></ElButton
>
</span>
</ElFormItem>
<ElFormItem>
<span>
<ElButton type="danger" @click="resetSearchForm">清空</ElButton>
<ElButton type="primary" @click="search">查询</ElButton>
</span>
</ElFormItem>
<ElFormItem>
<span v-if="status === 'PICKING'" class="item">
<ElButton
......@@ -1898,7 +1901,7 @@ const [searchForm, resetSearchForm] = useValue<SearchForm>({
supplierProductNo: '',
batchArrangeNumber: '',
craftCode: '',
thirdStockSku:''
thirdStockSku: '',
})
const exceptionStatus = ref(1)
const userMarkList = ref<string[]>([])
......@@ -3849,7 +3852,7 @@ function getPlatformImg(code: string) {
.tabs-node {
padding: 10px;
font-size: 14px;
font-size: 16px;
color: #000;
cursor: pointer;
height: 40px;
......
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