修改分享页面样式及图标

This commit is contained in:
yangjun 2025-11-27 13:10:03 +08:00
parent f4e542eaeb
commit b814734a04
2 changed files with 33 additions and 38 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -1,23 +1,26 @@
<template >
<div class="p-2" style="height: 100%;font-family: 微软雅黑;">
<div style="text-align: right;">
<!-- <div style="text-align: right;">
<img src="/@/assets/images/logo-hldy.png" style="width: 100px;" >
</div> -->
<a-card style="width: 100%;border-radius: 16px;margin-top: 10px;">
<div style="height: 20px;display: flex;justify-content: space-between;width:100%;">
<div style="width:60%;display: flex;align-items: center;">
<img src="/@/assets/images/t1.png" style="width: 18px;" >
<span style="font-size: 18px;font-weight:700;margin-left:12px;">采购单</span>
</div>
<div style="width:30%;margin-top:-2px;text-align: right;margin-right: -5px;">
<img src="/@/assets/images/logo-hldy.png" style="width: 100px;" >
</div>
<a-card style="width: 100%;border-radius: 16px;margin-top: 10px;">
<div style="height: 20px;">
<div style="display:block;width:30px;float:left;">
<img src="/@/assets/images/t1.png" style="width: 18px;" >
</div>
<div style="display:block;width:calc(100%-30px);float:left;margin-top:-2px;">
<span style="font-size: 18px;font-weight:700;">采购单信息</span>
</div>
</div>
<a-divider style="margin: 15px 0 10px 0;" />
<div>
<a-row>
<a-col :span="14">
<div class="content1" style="margin-left: 30px;">采购单号</div>
<div class="content2" style="margin-left: 30px;">{{shareInfo.cgdNo}}</div>
<div class="content1">采购单号</div>
<div class="content2">{{shareInfo.cgdNo}}</div>
</a-col>
<a-col :span="10" style="text-align: right;">
<div class="content1">采购日期</div>
@ -31,48 +34,40 @@
<img src="/@/assets/images/t2.png" style="width: 18px;" >
</div>
<div style="display:block;width:calc(100%-30px);float:left;margin-top:-2px;">
<span style="font-size: 18px;font-weight:700;">采购方信息</span>
<span style="font-size: 18px;font-weight:700;">采购方</span>
</div>
</div>
<a-divider style="margin: 15px 0 10px 0;" />
<div class="itembox">
<div>
<div class="content3">·</div>
<div class="content4">机构名称</div>
<div class="content5">{{shareInfo.jgmc}}</div>
</div>
<div>
<div class="content3">·</div>
<div class="content4">机构地址</div>
<div class="content5">{{shareInfo.jgdz}}</div>
</div>
<div>
<div class="content3">·</div>
<div class="content4"> </div>
<div class="content5">{{shareInfo.lxr}}</div>
</div>
<div>
<div class="content3">·</div>
<div class="content4">联系电话</div>
<div class="content5">{{shareInfo.lxrdh}}</div>
</div>
</div>
<a-row>
<a-col :span="24" style="display:flex;">
<div style="white-space: nowrap;">机构名称</div><div>{{shareInfo.jgmc}}</div>
</a-col>
<a-col :span="24" style="display:flex;">
<div style="white-space: nowrap;">机构地址</div><div>{{shareInfo.jgdz}}</div>
</a-col>
<a-col :span="24" style="display:flex;">
<div style="white-space: nowrap;"> &nbsp;</div><div>{{shareInfo.lxr}}</div>
</a-col>
<a-col :span="24" style="display:flex;">
<div style="white-space: nowrap;">联系电话</div><div>{{shareInfo.lxrdh}}</div>
</a-col>
</a-row>
</div>
<div style="display:block;">
<div style="height: 20px;margin-top: 30px;margin:10px 0 10px 0;">
<div style="display:block;width:30px;float:left;">
<img src="/@/assets/images/t2.png" style="width: 18px;" >
<img src="/@/assets/images/t3.png" style="width: 18px;" >
</div>
<div style="display:block;width:calc(100%-30px);float:left;">
<span style="font-size: 18px;font-weight:700;">供应商信息</span>
<span style="font-size: 18px;font-weight:700;">供应商</span>
</div>
</div>
<a-divider style="margin: 15px 0 10px 0;" />
<div style="display:flex; font-weight:400;color:#555">
<div class="content3">·</div>
<div class="content6">供应商名称</div>
<div class="content7">{{shareInfo.gysmc}}</div>
</div>
<a-row>
<a-col :span="24" style="display:flex;">
<div style="white-space: nowrap;">供应商名称</div><div>{{shareInfo.gysmc}}</div>
</a-col>
</a-row>
</div>
</a-card>