From 69fa4c84656dca30f92d605221c0098917cb613d Mon Sep 17 00:00:00 2001 From: YANGDL <114714267@qq.com> Date: 星期一, 15 三月 2021 18:05:39 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/components/panel/RightSearchPanel.vue | 21 ++++++++++++++++++++- 1 files changed, 20 insertions(+), 1 deletions(-) diff --git a/src/components/panel/RightSearchPanel.vue b/src/components/panel/RightSearchPanel.vue index ea52369..d8e296b 100644 --- a/src/components/panel/RightSearchPanel.vue +++ b/src/components/panel/RightSearchPanel.vue @@ -35,7 +35,15 @@ <!-- <div class="btn-shrink" v-else-if="!isCollapse"></div>--> <div :class="[isCollapse? 'btn-stretch':'btn-shrink']" ></div> </div> - <component :title="title" :is="gcComp"></component> + + <div :class="'search-container map-background'"> + <div class="el-message-box__content" style="padding:6px;font-size: 13px;"> + <div class="search-title"> + 姹¢洦姘� + </div> + <component :title="title" :is="gcComp"></component> + </div> + </div> </div> </div> </template> @@ -145,6 +153,17 @@ </script> <style lang="less"> +.search-title{ + color: rgb(255, 255, 255); + font-size: 16px; + margin: 5px; +} +.search-container { + position: relative; + width: 1.79167rem; + height: 3.4375rem; + overflow: hidden; +} .module-wrap{ width: 0.15rem; height: 0.15rem; -- Gitblit v1.8.0