Commit 14f978f8 authored by 王万里's avatar 王万里

add: 修改编辑器样式

parent 1af3bc1f
...@@ -99,7 +99,8 @@ ...@@ -99,7 +99,8 @@
border-right: 1pt solid #c7cacd; border-right: 1pt solid #c7cacd;
overflow: auto; overflow: auto;
z-index: 5000; z-index: 5000;
height: 746px !important; /* height: 746px !important; */
height: 100vh !important;
} }
/*滚动条样式*/ /*滚动条样式*/
...@@ -295,10 +296,10 @@ div.propertySection { ...@@ -295,10 +296,10 @@ div.propertySection {
font-size: 14px; font-size: 14px;
} }
.pull-right-btn{ .pull-right-btn{
/* position: fixed; */ position: fixed;
z-index: 999; z-index: 999;
/* top: 418px; */ top: 418px;
/* right: 300px; */ right: 405px;
margin-right: 20px; margin-right: 20px;
cursor: pointer; cursor: pointer;
} }
...@@ -316,7 +317,8 @@ div.propertySection { ...@@ -316,7 +317,8 @@ div.propertySection {
} }
.selected-item-section{ .selected-item-section{
background: rgb(232, 237, 241); background: rgb(232, 237, 241);
width: 100%; /* width: 100%; */
width: 100vh;
} }
.selected-item-section > div > .pull-right { .selected-item-section > div > .pull-right {
line-height: 50px; line-height: 50px;
......
...@@ -54,8 +54,8 @@ ...@@ -54,8 +54,8 @@
{{item.name | translate}} {{item.name | translate}}
</li> </li>
</ul> </ul>
</div> </div>
</div> </div>
<!-- <div id="process-treeview-wrapper" ng-controller="ProcessNavigatorController"> <!-- <div id="process-treeview-wrapper" ng-controller="ProcessNavigatorController">
<div class="process-treeview-header"> <div class="process-treeview-header">
{{'GENERAL.OTHERS.PROCESS_NAVIGATOR' | translate}} {{'GENERAL.OTHERS.PROCESS_NAVIGATOR' | translate}}
...@@ -74,11 +74,11 @@ ...@@ -74,11 +74,11 @@
</div> </div>
</div> </div>
</div> --> </div> -->
<div id="paletteSectionFooter"> <div id="paletteSectionFooter">
<i class="glyphicon glyphicon-chevron-left"></i> <i class="glyphicon glyphicon-chevron-left"></i>
</div> </div>
</div> </div>
<div id="contentCanvasWrapper row" style="width: 100%;"> <div id="contentCanvasWrapper row" style="width: 100%;overflow-x: auto;">
<div id="paletteSectionOpen" class="hidden"> <div id="paletteSectionOpen" class="hidden">
<i class="glyphicon glyphicon-chevron-right"></i> <i class="glyphicon glyphicon-chevron-right"></i>
</div> </div>
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
<div class="pull-right-btn" ng-click="pullRight()"> <div class="pull-right-btn" ng-click="pullRight()">
<i class="glyphicon glyphicon-chevron-right"></i> <i class="glyphicon glyphicon-chevron-right"></i>
</div> </div>
<div class="selected-item-section"> <div class="selected-item-section" style="height: 100vh;">
<div class="clearfix"> <div class="clearfix">
<div class="pull-right" ng-if="selectedItem.auditData.createDate"> <div class="pull-right" ng-if="selectedItem.auditData.createDate">
<strong>{{'ELEMENT.DATE_CREATED' | translate}}: </strong> <strong>{{'ELEMENT.DATE_CREATED' | translate}}: </strong>
......
...@@ -994,7 +994,9 @@ a.dropdown-toggle { ...@@ -994,7 +994,9 @@ a.dropdown-toggle {
.wrapper.full { .wrapper.full {
/* padding: 40px 0px 0px 0px; */ /* padding: 40px 0px 0px 0px; */
overflow: hidden; /* overflow: hidden; */
overflow-x: auto;
overflow-y: hidden;
max-width: 100%; max-width: 100%;
min-width: 100%; min-width: 100%;
} }
...@@ -3282,4 +3284,9 @@ ul#strength > li:last-child { ...@@ -3282,4 +3284,9 @@ ul#strength > li:last-child {
height:auto; height:auto;
} }
.row{
margin-left: 0 !important;
margin-right: 0 !important;
}
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
margin: 0 auto; margin: 0 auto;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; /* justify-content: center; */
align-items: center; align-items: center;
} }
......
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