Commit e365b9b6 by 林家欣

修改首页公告样式兼容和分支机构详情样式bug

parent b8d97c05
......@@ -95,7 +95,7 @@
<table class="table table-striped table-hover fwxmyfwnr">
<thead>
<tr>
<th style="width: 50px; font-size: 14px">序号</th>
<th style="width: 55px; font-size: 14px">序号</th>
<th style="width: 100px; text-align: center; font-size: 14px">
服务项目
</th>
......
......@@ -317,6 +317,9 @@ export default {
}
}
.table-bordered {
border-top: 0 !important;
border-left: 0 !important;
border-right: 0 !important;
thead {
tr {
th {
......
......@@ -118,7 +118,7 @@
<li>
<p>
<a
:href="`${urls.origin}/office/uploadFileResource/Manage/down/基于商品条码(GS1)标准的医疗器械唯一标识(UDI)实施指南.pdf`"
href="/office/uploadFileResource/Manage/down/基于商品条码(GS1)标准的医疗器械唯一标识(UDI)实施指南.pdf"
target="_blank"
>1.基于商品条码(GS1)标准的医疗器械唯一标识(UDI)实施指南</a
>
......@@ -127,7 +127,7 @@
<li>
<p>
<a
:href="`${urls.origin}/office/uploadFileResource/Manage/down/基于商品条码(GS1)标准的医疗器械唯一标识(UDI)系统实施常见问题.pdf`"
href="/office/uploadFileResource/Manage/down/基于商品条码(GS1)标准的医疗器械唯一标识(UDI)系统实施常见问题.pdf"
target="_blank"
>2.基于商品条码(GS1)标准的医疗器械唯一标识(UDI)系统实施常见问题</a
>
......
......@@ -69,7 +69,9 @@
</tbody>
</table>
</div>
<div class="notice-note" style="text-align:right"><br>2020年2月28日</div>
<div class="notice-note" style="text-align: right">
<br />2020年2月28日
</div>
</div>
</div>
</div>
......@@ -228,7 +230,7 @@ export default {
td {
display: table-cell;
vertical-align: inherit;
border-width: 1px;
border: 1px solid grey;
}
}
}
......
......@@ -100,10 +100,11 @@ export default {
@media screen and (min-width: 992px) {
.branchMsg-message {
position: absolute;
width: 100%;
right: 0;
top: 0;
display: flex;
justify-content: flex-end;
// display: flex;
// justify-content: flex-end;
pointer-events: none;
.tip {
pointer-events: auto;
......
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