Commit 2ac2bf29 authored by 王万里's avatar 王万里

add: 修改编辑器杨思

parent 0979fb13
......@@ -1167,6 +1167,11 @@ hot-table .column-header.label {
padding-left: 2px;
}
.full-conwrapper{
display: flex;
justify-content: space-between;
}
/** collapse stencils **/
#paletteSectionFooter {
/* height: 50px;
......@@ -1228,6 +1233,7 @@ hot-table .column-header.label {
/* padding-left: 300px; */
transition: 0.3s padding-left;
display: flex;
padding-right: 20px;
}
.contentCanvasWrapper{
width: 400px;
......
......@@ -26,7 +26,7 @@
</div> -->
</div>
<div class="full">
<div class="row row-no-gutter">
<div class="row row-no-gutter full-conwrapper">
<div id="paletteHelpWrapper" class="col-xs-3">
<div class="stencils" id="paletteSection">
<div ng-if="stencilItemGroups.length > 1">
......
// 测试环境
// const API_ADDRESS = "http://localhost:8089/Cityinterface/rest/services/PandaWorkflow.svc"
// const API_ADDRESS = "http://localhost:8055/Cityinterface/rest/services/PandaWorkflow.svc"
// 切换线上环境
const API_ADDRESS = "http://192.168.19.105:8055/Cityinterface/rest/services/PandaWorkflow.svc"
window.API_ADDRESS = API_ADDRESS
\ No newline at end of file
window.API_ADDRESS = API_ADDRESS
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