|
@@ -3,7 +3,7 @@
|
|
|
* @Author: wangcc
|
|
|
* @Date: 2022-10-19 09:32:46
|
|
|
* @LastEditors: wangcc
|
|
|
- * @LastEditTime: 2023-06-21 17:41:51
|
|
|
+ * @LastEditTime: 2023-06-30 09:24:16
|
|
|
* @FilePath: \castgroup_bigscreen\src\components\amapPow.vue
|
|
|
* @Copyright: Copyright (c) 2016~2022 by wangcc, All Rights Reserved.
|
|
|
-->
|
|
@@ -2284,6 +2284,7 @@ export default {
|
|
|
background-size: 100% 100%;
|
|
|
width: 26rem;
|
|
|
padding-bottom: 13px;
|
|
|
+ position: relative;
|
|
|
// height: 10rem;
|
|
|
color: #fff;
|
|
|
overflow: hidden;
|
|
@@ -2383,7 +2384,7 @@ export default {
|
|
|
/deep/ .amap-marker-label {
|
|
|
border: 0;
|
|
|
background-color: transparent;
|
|
|
- position: relative;
|
|
|
+ // position: relative;
|
|
|
}
|
|
|
|
|
|
#mask {
|
|
@@ -2503,6 +2504,7 @@ export default {
|
|
|
background-repeat: no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
// height: 497px;
|
|
|
+ min-height: 240px;
|
|
|
position: fixed;
|
|
|
z-index: 999;
|
|
|
top: 25%;
|