tanghaolin
2025-04-17 63465b857a7e7fa2ac18701f01d966bb2c5fa421
src/views/GB19762-2025.vue
@@ -1,7 +1,7 @@
<template>
   <!-- <div class="detail-container">{{ Math.pow(Math.log(60), 2) }}
    </div> -->
   <div class="container mx-auto px-4 py-8 bg-white industrial-soft-style" style="margin-top: 20px; padding-top: 15px">
   <div class="container mx-auto px-4 py-8 bg-white" style="margin-top: 20px; padding-top: 15px">
      <div class="w-100 h-100" style="background-color: #fff">
         <div class="mb-6 text-gray-500">
            <el-breadcrumb separator="/">
@@ -110,7 +110,7 @@
                  </el-icon>国标于2026年3月1日开始实施</label>
               <div class="flex items-end">
                  <div>
                     <el-button type="primary" @click="Calc">计算</el-button>
                     <el-button type="primary" style="background-color: var(--theme-color); border-color: var(--theme-color)" @click="Calc">计算</el-button>
                     <el-button @click="clear" type="info">清空</el-button>
                  </div>
                  <div class="flex">
@@ -578,7 +578,7 @@
   height: auto;
   margin: 0 4px 0 0;
   padding: 2px 2px;
   line-height: 20px;
   line-height: 32px;
   white-space: nowrap;
   cursor: default;
   opacity: 1;
@@ -588,12 +588,12 @@
}
.ant-tag:hover {
   color: #1c97b7;
   color: var(--theme-color);
   cursor: pointer;
}
.ant-tag-checked {
   background-color: #1c97b7;
   background-color: var(--theme-color);
   color: #fff;
}