Commit 90676e57 authored by 张伯涛's avatar 张伯涛

报警参数设置页面样式调整

parent f2b12dc2
......@@ -86,7 +86,7 @@
<div class="left">
<el-table :data="cnNames_before" class="scroll-table" :row-style="{ height: '16px' }"
:cell-style="{ padding: '0px' }">
<el-table-column prop="cnName" class-name="before-hover-column" :show-overflow-tooltip="true">
<el-table-column prop="cnName" class-name="before-hover-column">
<template #default="scope">
<div @click="selectBeforeParams(scope.row)">{{ scope.row.cnName }}</div>
</template>
......@@ -989,10 +989,10 @@ table td {
.left {
// border: 1px solid red;
overflow: auto;
height: 400px;
height: 490px;
border-top: 1px solid #eff1f4;
border-bottom: 1px solid #eff1f4;
padding: 0px 30px 11px 27px;
padding: 0px 20px 0px 20px;
}
.left::-webkit-scrollbar {
......@@ -1012,11 +1012,14 @@ table td {
.dialog {
width: 70%;
.div-header{
padding-bottom: 15px;
}
}
// dialog中的滚动条
.scroll-table {
max-height: 400px;
max-height: 490px;
overflow-y: auto;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment