Commit e75dfe4b by linjinhong

fix:修改podus展示样式

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