智慧农业大数据平台
shuishen
2022-07-14 67ec5a8f6ebd1589f6f13e35e3283cd789735cd0
src/styles/publicBox/farm-oper-table.scss
@@ -1,3 +1,11 @@
.el-scrollbar {
    position: relative;
    .el-scrollbar__wrap {
        overflow-x: hidden; // 隐藏横向滚动栏
    }
}
.public-farm-oper-table {
    position: fixed;
    top: 50%;
@@ -81,6 +89,25 @@
                        border-color: #21BAC4;
                    }
                }
                .select-type {
                    input {
                        color: #fff;
                        background: rgba(33, 186, 196, 0.2);
                        border-color: #21BAC4;
                    }
                }
                .select-plot {
                    margin-left: 30px;
                    input {
                        color: #fff;
                        background: rgba(33, 186, 196, 0.2);
                        border-color: #21BAC4;
                    }
                }
            }
            .btn-grounp {
@@ -101,7 +128,7 @@
        }
        .table-list {
            flex: 1;
            height: calc(100% - 74px);
            display: flex;
            flex-direction: column;
@@ -117,7 +144,7 @@
            }
            .t-body {
                flex: 1;
                height: calc(100% - 56px);
                overflow-y: auto;
            }
@@ -167,7 +194,7 @@
            .t-header>div:nth-child(7),
            .table-list>div:nth-child(7) {
                width: 150px;
                flex: 1;
            }
            .t-header>div:nth-child(8),