'1123'
This commit is contained in:
parent
48a3790e2b
commit
3509e4a15d
|
@ -401,8 +401,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/*卡片内容滚动条设置*/
|
/*卡片内容滚动条设置*/
|
||||||
::-webkit-scrollbar {
|
.scrollable::-webkit-scrollbar {
|
||||||
display: none; /* Chrome Safari */
|
display: none; /* 对于Webkit浏览器 */
|
||||||
}
|
}
|
||||||
.scrollable{
|
.scrollable{
|
||||||
overflow: auto; /* 自动开启滚动条 */
|
overflow: auto; /* 自动开启滚动条 */
|
||||||
|
|
|
@ -221,7 +221,7 @@
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
<!-- 操作详情对话框 -->
|
<!-- 操作详情对话框 -->
|
||||||
<el-dialog :title="operlogTitle" :visible.sync="operlogOpen" width="1000px" append-to-body>
|
<el-dialog :title="operlogTitle" :visible.sync="operlogOpen" width="1000px" append-to-body>
|
||||||
<operlog></operlog>
|
<operlog :materialBhProp="materialBhProp"></operlog>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
@ -237,9 +237,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/*卡片内容滚动条设置*/
|
/*卡片内容滚动条设置*/
|
||||||
/*::-webkit-scrollbar {
|
.scrollable::-webkit-scrollbar {
|
||||||
display: none; !* Chrome Safari *!
|
display: none; /* 对于Webkit浏览器 */
|
||||||
}*/
|
}
|
||||||
.scrollable{
|
.scrollable{
|
||||||
overflow: auto; /* 自动开启滚动条 */
|
overflow: auto; /* 自动开启滚动条 */
|
||||||
max-height: 600px; /* 设置最大高度 */
|
max-height: 600px; /* 设置最大高度 */
|
||||||
|
|
Loading…
Reference in New Issue