Commit 116e0ee1 authored by zhengke's avatar zhengke

修改

parent 760016ec
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<div class="title">{{plugData.Title}}</div> <div class="title">{{plugData.Title}}</div>
<div class="sub-title">{{plugData.SubTitle}}</div> <div class="sub-title">{{plugData.SubTitle}}</div>
</div> </div>
<div style="width: 760px;" v-if="!$q.screen.xs"> <div style="width: 760px;position:relative;" v-if="!$q.screen.xs">
<div class="row"> <div class="row">
<div class="col-5" style="width:calc(41.6667% - 22px)"> <div class="col-5" style="width:calc(41.6667% - 22px)">
<q-input filled id="search_key" v-model="searchKey" class="bg-grey-1" :label="$t('search')" <q-input filled id="search_key" v-model="searchKey" class="bg-grey-1" :label="$t('search')"
...@@ -343,7 +343,7 @@ ...@@ -343,7 +343,7 @@
height: 345px; height: 345px;
background: #fff; background: #fff;
left: 0; left: 0;
top: 130px; top: 60px;
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3), 0px 0px 20px rgba(0, 0, 0, 0.1); box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3), 0px 0px 20px rgba(0, 0, 0, 0.1);
} }
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<div class="title">{{plugData.Title}}</div> <div class="title">{{plugData.Title}}</div>
<div class="sub-title">{{plugData.SubTitle}}</div> <div class="sub-title">{{plugData.SubTitle}}</div>
</div> </div>
<div style="width: 760px;" v-if="!$q.screen.xs"> <div style="width: 760px;position:relative" v-if="!$q.screen.xs">
<div class="row"> <div class="row">
<div class="col-5" style="width:calc(41.6667% - 22px)"> <div class="col-5" style="width:calc(41.6667% - 22px)">
<q-input filled id="search_key" v-model="searchKey" class="bg-grey-1" :label="$t('search')" <q-input filled id="search_key" v-model="searchKey" class="bg-grey-1" :label="$t('search')"
...@@ -350,7 +350,7 @@ ...@@ -350,7 +350,7 @@
height: 345px; height: 345px;
background: #fff; background: #fff;
left: 0; left: 0;
top: 106px; top: 60px;
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3), 0px 0px 20px rgba(0, 0, 0, 0.1); box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3), 0px 0px 20px rgba(0, 0, 0, 0.1);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment