横向滚动

This commit is contained in:
zhangdingyu
2019-10-10 12:05:52 +08:00
parent 7e50e732cf
commit 974987643c
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
<template>
<el-card>
<el-card class="cardSBJK">
<div class="process">
<el-tooltip :enterable="false" :id="OPNAME137" placement="top" @mouseover.native.prevent="changeActive($event)">
<div slot="content">{{ tooltip1 }}<br>{{ tooltip2 }}<br>{{ tooltip3 }}<br>单击查看MES系统</div>
@@ -862,6 +862,9 @@ export default {
</script>
<style scoped>
.cardSBJK{
overflow: auto;
}
.process{
text-align: center;
margin-left: 0px;