| | |
| | | <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="/"> |
| | |
| | | </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"> |
| | |
| | | height: auto; |
| | | margin: 0 4px 0 0; |
| | | padding: 2px 2px; |
| | | line-height: 20px; |
| | | line-height: 32px; |
| | | white-space: nowrap; |
| | | cursor: default; |
| | | opacity: 1; |
| | |
| | | } |
| | | |
| | | .ant-tag:hover { |
| | | color: #1c97b7; |
| | | color: var(--theme-color); |
| | | cursor: pointer; |
| | | } |
| | | |
| | | .ant-tag-checked { |
| | | background-color: #1c97b7; |
| | | background-color: var(--theme-color); |
| | | color: #fff; |
| | | } |
| | | |