Commit a64b0b50 authored by 乐宝呗666's avatar 乐宝呗666

修改互动的适配

parent b89123f8
......@@ -59,7 +59,7 @@
</div>
</div>
</div>
<party-pagination v-show="tableData.length" :page="page" @changePage="handleCurrentChange"/>
<party-pagination style="margin-right:20px;" v-show="tableData.length" :page="page" @changePage="handleCurrentChange"/>
</el-card>
</div>
</template>
......@@ -220,6 +220,17 @@ export default {
width: calc(100% - 440px);
margin-left: 20px;
}
@media screen and (max-width: 1024px) {
.tree-box {
width: 320px;
}
.detail-box {
width: calc(100% - 340px);
}
.page-tip {
display: none !important;
}
}
.scrollBox {
height: calc(100% - 160px);
overflow-y: auto;
......@@ -273,6 +284,8 @@ export default {
p {
padding-bottom: 20px;
border-bottom: 1px solid #bbb;
white-space: normal;
word-wrap: break-word;
}
.img-box {
padding: 20px;
......
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