|
@@ -21,7 +21,7 @@
|
|
|
<script src="https://www.cqna.gov.cn/syygapi/naxsb/js/jquery-3.5.1.min.js"></script>
|
|
|
<script type="text/javascript"
|
|
|
src="https://api.map.baidu.com/api?type=webgl&v=3.0&ak=7XivTux4H2e1ifKLjvEhxfuayDYxAluq">
|
|
|
- </script>
|
|
|
+ </script>
|
|
|
<script type="text/javascript" src="https://api.map.baidu.com/api?v=2.0&ak=7XivTux4H2e1ifKLjvEhxfuayDYxAluq">
|
|
|
</script>
|
|
|
<script src="https://www.cqna.gov.cn/syygapi/naxsb/js/jquery-3.5.1.min.js"></script>
|
|
@@ -200,7 +200,8 @@
|
|
|
padding: 5px 0;
|
|
|
overflow: hidden;
|
|
|
word-break: break-all;
|
|
|
- white-space: nowrap;
|
|
|
+ /* white-space: nowrap; */
|
|
|
+ border-bottom: 1px solid rgba(245, 250, 255, .2);
|
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
@@ -269,11 +270,6 @@
|
|
|
|
|
|
.tdgyTitle {
|
|
|
font-size: 14px;
|
|
|
- overflow: hidden;
|
|
|
- word-break: break-all;
|
|
|
- white-space: nowrap;
|
|
|
- text-overflow: ellipsis !important;
|
|
|
- -o-text-overflow: ellipsis;
|
|
|
}
|
|
|
|
|
|
.mxqyList {
|
|
@@ -501,9 +497,7 @@
|
|
|
<div class="main">
|
|
|
<div class="liList" v-for="(tab, index) in str" :key="index">
|
|
|
<img src="https://www.cqna.gov.cn/syygapi/naxsb/image/listcricle.png" />
|
|
|
- <div class="tdgyContent">
|
|
|
- <div :title="tab" class="tdgyTitle">{{tab}}</div>
|
|
|
- </div>
|
|
|
+ <div :title="tab" class="tdgyTitle">{{tab}}</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|