Commit 399c0772 by qinjianhui

fix: 样式修改

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