Commit 307b56e2 by gao_yingdong

多维查询

parent 3eae9acf
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
} }
.titleWrap{ .titleWrap{
margin-top:15px; margin-bottom: 10px; margin-top:15px; margin-bottom: 10px;
.two-title{display: inline-block;color:$base-color;width:127px;text-align: right;font-weight:600;font-size: 16px;vertical-align: middle;} .two-title{display: inline-block;color:$base-color;width:135px;text-align: right;font-weight:600;font-size: 16px;vertical-align: middle;}
.border{display:inline-block;width: 6px;height: 20px;background: $border-bg;vertical-align: middle;margin-left: 10px;} .border{display:inline-block;width: 6px;height: 20px;background: $border-bg;vertical-align: middle;margin-left: 10px;}
.dashedBorder{display: inline-block;width: calc(100% - 167px);margin-left: 9px;position: relative;top: -2px;opacity:0.3;border-bottom: 1px dashed $base-color;} .dashedBorder{display: inline-block;width: calc(100% - 167px);margin-left: 9px;position: relative;top: -2px;opacity:0.3;border-bottom: 1px dashed $base-color;}
} }
......
...@@ -74,6 +74,7 @@ export default [ ...@@ -74,6 +74,7 @@ export default [
title: "多维查询", title: "多维查询",
auth: 5 auth: 5
}, },
// component: () => import("@/views/jccx/index.vue")
component: () => import("@/views/jccx/index.vue") component: () => import("@/views/jccx/index.vue")
}, },
{ {
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<div class="headerContent"> <div class="headerContent">
<!-- <img src="@/assets/img/imageTitle.png" alt="/" /> --> <!-- <img src="@/assets/img/imageTitle.png" alt="/" /> -->
<span class="headerTitle">多维查询</span> <span class="headerTitle">多维查询</span>
<span <!-- <span
:style="{ :style="{
'font-weight': qsShow ? '700' : '500', 'font-weight': qsShow ? '700' : '500',
'text-shadow': qsShow ? '2px 2px 2px #000000' : '', 'text-shadow': qsShow ? '2px 2px 2px #000000' : '',
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
src="@/assets/img/new.png" src="@/assets/img/new.png"
alt="" alt=""
/> />
</span> </span> -->
</div> </div>
</div> </div>
<!--<div class="coverText"></div>--> <!--<div class="coverText"></div>-->
......
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