|
@@ -2885,6 +2885,9 @@ export default {
|
|
|
.fileBox {
|
|
|
width: 30% !important;
|
|
|
}
|
|
|
+ .look_file{
|
|
|
+ width: 65% !important;
|
|
|
+ }
|
|
|
}
|
|
|
html,
|
|
|
body {
|
|
@@ -3105,7 +3108,7 @@ body {
|
|
|
margin: 10px 20px;
|
|
|
border-radius: 10px;
|
|
|
box-sizing: border-box;
|
|
|
- width: 65%;
|
|
|
+ width: 60%;
|
|
|
}
|
|
|
.whiteRight {
|
|
|
width: 100%;
|
|
@@ -3164,7 +3167,7 @@ body {
|
|
|
background: #fff;
|
|
|
border-bottom-left-radius: 10px;
|
|
|
border-bottom-right-radius: 10px;
|
|
|
- width: 26%;
|
|
|
+ width: 35%;
|
|
|
margin-left: 10px;
|
|
|
}
|
|
|
.fileList {
|