diff --git a/src/views/pictureOnMap/LayerControl.vue b/src/views/pictureOnMap/LayerControl.vue index 2c3a0bc..e51ed00 100644 --- a/src/views/pictureOnMap/LayerControl.vue +++ b/src/views/pictureOnMap/LayerControl.vue @@ -1,9 +1,6 @@ @@ -346,11 +346,7 @@ .mycustomclass { position: relative; - background: linear-gradient( - 90deg, - rgba(50, 146, 255, 0.5) 0%, - rgba(12, 125, 255, 0.2) 100% - ) !important; + background: linear-gradient(90deg, rgba(50, 146, 255, 0.5) 0%, rgba(12, 125, 255, 0.2) 100%) !important; border-left: 4px solid #048cff; .el-checkbox { display: none; @@ -366,7 +362,7 @@ height: 40px; left: 487px; top: 128px; - background: url("@/assets/images/NewLayercontrol/layerIcon.png") no-repeat; + background: url('@/assets/images/NewLayercontrol/layerIcon.png') no-repeat; background-size: 100% 100%; } @@ -376,7 +372,7 @@ left: 500px; top: 175px; padding: 10px; - background: url("@/assets/images/NewLayercontrol/layerBg.png") no-repeat; + background: url('@/assets/images/NewLayercontrol/layerBg.png') no-repeat; background-size: 100% 100%; width: 200px !important; height: auto; @@ -413,11 +409,7 @@ font-family: Source Han Sans CN; font-weight: 500; color: #839ecb; - background: linear-gradient( - 0deg, - rgba(27, 161, 255, 0.2) 0%, - rgba(27, 161, 255, 0.1) 100% - ); + background: linear-gradient(0deg, rgba(27, 161, 255, 0.2) 0%, rgba(27, 161, 255, 0.1) 100%); border-radius: 12px; text-align: center; } @@ -468,11 +460,7 @@ left: 50%; transform: translateX(-50%); width: 60%; - background: linear-gradient( - 0deg, - rgba(4, 140, 255, 0.5) 0%, - rgba(4, 140, 255, 0.3) 100% - ); + background: linear-gradient(0deg, rgba(4, 140, 255, 0.5) 0%, rgba(4, 140, 255, 0.3) 100%); border-radius: 13px; border: 1px solid #2199ff; text-align: center;