Browse Source

dashboard隐藏过期/剩余时间,修改页面logo图标

wzl 2 years ago
parent
commit
7e7c9eebdc
2 changed files with 2 additions and 2 deletions
  1. BIN
      favicon.ico
  2. 2 2
      src/views/Dashboard.vue

BIN
favicon.ico


+ 2 - 2
src/views/Dashboard.vue

@@ -353,7 +353,7 @@ export default {
           <span class="text-16px font-bold text-[#232A40]">{{ overviewProduct.activatedDevices }}</span>
         </div>
       </div>
-      <div class="flex flex-wrap justify-between mt-24px">
+      <!-- <div class="flex flex-wrap justify-between mt-24px">
         <div class="h-56px flex-1 bg-[#F6F7F9] border-[#D9D9D9] border-1px rounded-4px py-18px pl-24px pr-40px flex justify-between items-center mr-24px">
           <span class="text-14px font-bold text-[#505258]">Valid Period (months)</span>
           <span class="text-16px font-bold text-[#232A40]">{{ overviewProduct.validPeriod }}</span>
@@ -366,7 +366,7 @@ export default {
           <span class="text-14px font-bold text-[#505258]">Time Left (day)</span>
           <span class="text-16px font-bold text-[#232A40]">{{ overviewProduct.timeLeft }}</span>
         </div>
-      </div>
+      </div> -->
     </div>
 
     <h2>Chart Statistics</h2>