Commit 399c0772 by qinjianhui

fix: 样式修改

parent 510286c4
...@@ -1815,7 +1815,7 @@ const tableColumns = computed(() => [ ...@@ -1815,7 +1815,7 @@ const tableColumns = computed(() => [
label: '商品', label: '商品',
prop: 'goods', prop: 'goods',
slot: 'goods', slot: 'goods',
minWidth: 800, minWidth: 920,
}, },
{ {
label: '订单详情', label: '订单详情',
...@@ -1833,7 +1833,7 @@ const tableColumns = computed(() => [ ...@@ -1833,7 +1833,7 @@ const tableColumns = computed(() => [
{ {
label: '时间', label: '时间',
slot: 'time', slot: 'time',
width: 300, width: 180,
prop: 'time', prop: 'time',
align: 'left', align: 'left',
}, },
...@@ -3462,7 +3462,7 @@ const replenishmentSuccess = async () => { ...@@ -3462,7 +3462,7 @@ const replenishmentSuccess = async () => {
.goods-item { .goods-item {
display: grid; display: grid;
grid-template-columns: 100px 1fr minmax(180px, 1fr) 140px; grid-template-columns: 100px 1fr minmax(180px, 1fr) 180px;
gap: 20px; gap: 20px;
.goods-item-img { .goods-item-img {
......
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