zhongshujie
2024-12-27 f95d8436affff7d9c48281be520b2c5f271ac879
src/books/aviationSafety/assets/main.less
@@ -508,7 +508,7 @@
    }
    .table-input-border {
        width: 90%;
        width: 80%;
        background-color: transparent;
        border: 0;
@@ -517,6 +517,45 @@
        }
    }
    .table-input-border-w20 {
        width: 20%;
        background-color: transparent;
        border: 0;
        &:focus {
            outline: none;
        }
    }
    .table-input-border-w15 {
        width: 15%;
        background-color: transparent;
        border: 0;
        &:focus {
            outline: none;
        }
    }
    .table-input-border-w10 {
        width: 10%;
        background-color: transparent;
        border: 0;
        &:focus {
            outline: none;
        }
    }
    .table-input-border-w5 {
        width: 5%;
        background-color: transparent;
        border: 0;
        &:focus {
            outline: none;
        }
    }
    .input-bottom-border {
        width: 11%;