|
@@ -18,7 +18,7 @@
|
|
|
<div class="reportcom-header-sub-two"></div>
|
|
|
</div> -->
|
|
|
|
|
|
-<!-- 顶部标题栏 -->
|
|
|
+ <!-- 顶部标题栏 -->
|
|
|
<div class="topbar">
|
|
|
<div class="topbar_left">
|
|
|
<svg class="icon" aria-hidden="true">
|
|
@@ -34,7 +34,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
-<!-- 增加了 class="rpmain" 的div 包裹原有报表主体内容
|
|
|
+ <!-- 增加了 class="rpmain" 的div 包裹原有报表主体内容
|
|
|
增加 class="rpdate" 的div 去实现原有的日期范围功能 -->
|
|
|
<div class="rpmain">
|
|
|
<div class="rpdate">2019.01 ~ 2019.06
|
|
@@ -43,6 +43,8 @@
|
|
|
<use xlink:href="#icon-xuanze1"></use>
|
|
|
</svg>
|
|
|
</span>
|
|
|
+ <span class="rpdate_ch">本年</span>
|
|
|
+ <span class="rpdate_ch">上年</span>
|
|
|
</div>
|
|
|
|
|
|
<div class="report_selection">
|
|
@@ -234,6 +236,15 @@
|
|
|
background-color: #f6f6f6;
|
|
|
}
|
|
|
|
|
|
+ .rpdate_ch {
|
|
|
+ margin-left: 20px;
|
|
|
+ padding: 8px 15px;
|
|
|
+ color: #ffffff;
|
|
|
+ font-size: 12px;
|
|
|
+ background-color: #6495ed;
|
|
|
+ border-radius: 10px;
|
|
|
+ }
|
|
|
+
|
|
|
.img_wap {
|
|
|
display: flex;
|
|
|
margin-top: 20px;
|