web
8 天以前 2f0fa3545b539e8b6f952ea82a1ca2350c64a0e8
src/views/screen/flow/shebei/index.vue
@@ -90,7 +90,7 @@
                    </el-select>
                    <el-input v-model="searchVal" style="width: 20rem" placeholder="请输入设备名称" clearable />
                    <el-button @click="getDataList"><el-icon><Search /></el-icon>搜索</el-button>
                    <el-button style="margin-left: 0" v-if="userType === '1'" @click="router.push('/facilityList')"><el-icon><Plus /></el-icon>新增</el-button>
                    <el-button style="margin-left: 0" v-if="userType === '1'" @click="router.push('/monitorList')"><el-icon><Plus /></el-icon>新增</el-button>
                </div>
                <div class="tool-r" @click="handleFullScreen">
                    <img src="@/assets/images/flow/fullscreen.png" />
@@ -193,7 +193,6 @@
        flex-shrink: 0;
        width: 80%;
        height: 100%;
        background: linear-gradient( 180deg, #91BDDB 0%, rgba(102, 102, 102, 0.5) 100%);
        .monitor-tool{
            width: 100%;
            height: 60px;
@@ -222,6 +221,7 @@
        .monitor-box{
            height: calc(100% - 60px);
            padding-top: 10px;
            background: linear-gradient(180deg, #91BDDB 0%, rgba(102, 102, 102, 0.5) 100%);
            .list{
                height: 100%;
                padding: 0 30px;