|
@@ -20159,7 +20159,8 @@ export default {
|
|
|
background: #f2f2f2;
|
|
|
border: 1px solid #ececec;
|
|
|
/* width: 38.8%; */
|
|
|
- width: 300px;
|
|
|
+ /* width: 300px; */
|
|
|
+ width: 100%;
|
|
|
height: 445px;
|
|
|
border-radius: 10px;
|
|
|
overflow: hidden;
|
|
@@ -20618,7 +20619,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
.navListItem {
|
|
|
- width: 280px;
|
|
|
+ width: calc(100% - 20px);
|
|
|
height: 50px;
|
|
|
margin: 0px auto 10px;
|
|
|
display: flex;
|
|
@@ -23038,13 +23039,14 @@ ol {
|
|
|
padding-top: 15px;
|
|
|
}
|
|
|
.fileC_box > .fileC_title {
|
|
|
- padding: 10px 5px 14px 11px;
|
|
|
+ padding: 10px 5px 14px 10px;
|
|
|
border-top: 1px solid #cad1dc;
|
|
|
font-size: 14px;
|
|
|
font-weight: 400;
|
|
|
color: #cad1dc;
|
|
|
- width: 88%;
|
|
|
+ width: calc(100% - 20px);
|
|
|
margin: 0 auto;
|
|
|
+ box-sizing: border-box;
|
|
|
}
|
|
|
|
|
|
.pl_select_box {
|