智慧农业大数据平台
shuishen
2022-07-16 d8f42b4615121e2607f7f7e2ba2e93194cefd965
src/styles/element-ui.scss
@@ -38,4 +38,28 @@
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.equipment-plot-select {
    .el-input {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        .el-input__suffix {
            display: flex;
            align-items: center;
            justify-content: center;
        }
    }
    input {
        color: rgba(255, 255, 255, 1);
        font-size: 28px !important;
        font-weight: bold;
        background: transparent !important;
        border: none !important;
    }
}