3a72b0f7 by renchao@pashanhoo.com

style:材料分屏后材料信息样式的修改

1 parent c70eb0e5
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-12 09:49:08
* @LastEditTime: 2023-10-13 15:02:59
-->
<template>
<div class="rlPopup">
......@@ -346,7 +346,7 @@
// 查看大图
.rlPopup {
position: relative;
width: 100%;
width: 80%;
text-align: center;
height: 100%;
......@@ -402,7 +402,7 @@
&-button {
display: flex;
justify-content: center;
flex-wrap: wrap;
.fileUpdate {
margin: 0 10px;
}
......
......@@ -5,7 +5,6 @@
-->
<template>
<div class="clxx">
<div class="right">
<!-- 材料预览 -->
<div class="clyl-box">
<div class="menu-tree">
......@@ -54,7 +53,6 @@
@nextPriview="nextPriview"
@prevPriview="prevPriview" />
</div>
</div>
<clxxAddDialog v-model="isDialog" />
</div>
</template>
......@@ -382,10 +380,6 @@
}
}
.right {
width: 100%;
height: 100%;
.clmlmx-box {
margin: 0 auto;
......@@ -471,5 +465,4 @@
}
}
}
}
</style>
......