快乐的昕的电脑
2025-11-14 7159779fb191a9f56710ba34f922678af4c2dceb
调试
已修改2个文件
47 ■■■■■ 文件已修改
.vs/前端2/v17/.wsuo 补丁 | 查看 | 原始文档 | blame | 历史
components/Technology.vue 47 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.vs/前端2/v17/.wsuo
Binary files differ
components/Technology.vue
@@ -217,21 +217,22 @@
        padding: 20px;
    }
    .fetch-btn {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        background-color: #007bff;
        color: white;
        text-align: center;
        padding: 10px;
        font-size: 16px;
    }
    .fetch-btn {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        background-color: #007bff;
        color: white;
        text-align: center;
        font-size: 32px !important;
        padding: 18px 0;
    }
    .parameter-table {
        display: flex;
        justify-content: space-between;
    }
    .parameter-table {
        display: flex;
        justify-content: space-between;
        font-size: 28px !important;
    }
    .parameter-column {
        flex: 1;
@@ -242,10 +243,11 @@
        justify-content: space-between;
    }
    .header {
        background-color: #f0f0f0;
        font-weight: bold;
    }
    .header {
        background-color: #f0f0f0;
        font-weight: bold;
        font-size: 32px !important;
    }
    .table-cell {
        flex: 1;
@@ -270,4 +272,13 @@
        padding: 5px;
        background-color: transparent;
    }
    .table-row,
    .table-cell,
    .parameter-name,
    .parameter-value,
    .txt {
        font-size: 28px !important;
    }
</style>