| | |
| | | <div>{{ dataPopup.LXDH }}</div> |
| | | </div> |
| | | <div class="item"> |
| | | <div>联系电话:</div> |
| | | <div>{{ dataPopup.BJNR }}</div> |
| | | <div>报警内容:</div> |
| | | <div :title="dataPopup.BJNR">{{ dataPopup.BJNR }}</div> |
| | | </div> |
| | | <div class="item"> |
| | | <div>事发地址:</div> |
| | | <div>{{ dataPopup.SFDZ }}</div> |
| | | <div :title="dataPopup.SFDZ">{{ dataPopup.SFDZ }}</div> |
| | | </div> |
| | | <div class="item"> |
| | | <div>报警类型:</div> |
| | |
| | | .divForms .arrow { |
| | | position: absolute; |
| | | bottom: 50%; |
| | | left: -8px; |
| | | left: 0; |
| | | width: 45px; |
| | | height: 2px; |
| | | transform: rotate(-45deg); |
| | | transform: rotate(-45deg) translate(5px, -15px); |
| | | background-color: #28bbf0; |
| | | } |
| | | |
| | |
| | | |
| | | &>div:nth-of-type(2) { |
| | | width: calc(100% - 120px); |
| | | max-width: 190px; |
| | | overflow: hidden; |
| | | text-overflow: ellipsis; |
| | | white-space: nowrap; |
| | | } |
| | | } |
| | | |