diff --git a/src/components/site/previewOfSiteStatus.vue b/src/components/site/previewOfSiteStatus.vue index 1e53912..9b25645 100644 --- a/src/components/site/previewOfSiteStatus.vue +++ b/src/components/site/previewOfSiteStatus.vue @@ -1971,25 +1971,25 @@ //开始展示属性字段 let textContent = ""; let closeDOM = - "X"; + "
X"; textContent = - "
" + + "
" + "详细信息" + - "
X
"; + "

"; textContent += - "
"; + "
"; //添加html拼接---缩放至 textContent += - `
` + "历史数据" + - "
"; + "
"; textContent += - '
' + + '
' + '
' + "名称" + "
" + @@ -1999,7 +1999,7 @@ "
"; textContent += - '
' + + '
' + '
' + "观测时间" + "
" + @@ -2018,7 +2018,7 @@ textContent += '
'; for (let key in data) { textContent += - '
' + + '
' + '
' + key + "
" + @@ -2027,7 +2027,7 @@ "
" + "
"; } - textContent += "
"; + textContent += "
"; textContent = closeDOM + textContent; @@ -2831,11 +2831,19 @@ position: relative; } #popup { - background: url(./../../../static/img/tc_bg_img.png); + background: url(./../../../static/img/tc_bg_img.png); background-size: cover; width: 460px; z-index: 99999; position: relative; + border-bottom: 2px solid; + border-bottom-color: cornflowerblue; + border-top: 2px solid; + border-top-color: cornflowerblue; + border-left: 2px solid; + border-left-color: cornflowerblue; + border-right: 2px solid; + border-right-color: cornflowerblue; } .earthmap { width: 100%; diff --git a/src/components/site/previewOfSiteStatus.vue b/src/components/site/previewOfSiteStatus.vue index 1e53912..9b25645 100644 --- a/src/components/site/previewOfSiteStatus.vue +++ b/src/components/site/previewOfSiteStatus.vue @@ -1971,25 +1971,25 @@ //开始展示属性字段 let textContent = ""; let closeDOM = - "X"; + "
X"; textContent = - "
" + + "
" + "详细信息" + - "
X
"; + "

"; textContent += - "
"; + "
"; //添加html拼接---缩放至 textContent += - `
` + "历史数据" + - "
"; + "
"; textContent += - '
' + + '
' + '
' + "名称" + "
" + @@ -1999,7 +1999,7 @@ "
"; textContent += - '
' + + '
' + '
' + "观测时间" + "
" + @@ -2018,7 +2018,7 @@ textContent += '
'; for (let key in data) { textContent += - '
' + + '
' + '
' + key + "
" + @@ -2027,7 +2027,7 @@ "
" + "
"; } - textContent += "
"; + textContent += "
"; textContent = closeDOM + textContent; @@ -2831,11 +2831,19 @@ position: relative; } #popup { - background: url(./../../../static/img/tc_bg_img.png); + background: url(./../../../static/img/tc_bg_img.png); background-size: cover; width: 460px; z-index: 99999; position: relative; + border-bottom: 2px solid; + border-bottom-color: cornflowerblue; + border-top: 2px solid; + border-top-color: cornflowerblue; + border-left: 2px solid; + border-left-color: cornflowerblue; + border-right: 2px solid; + border-right-color: cornflowerblue; } .earthmap { width: 100%; diff --git a/static/img/fw_btn.png b/static/img/fw_btn.png index 1e34e10..5718d12 100644 --- a/static/img/fw_btn.png +++ b/static/img/fw_btn.png Binary files differ