diff options
author | lizi00164331 <li.zi30@zte.com.cn> | 2017-04-21 16:49:44 +0800 |
---|---|---|
committer | lizi00164331 <li.zi30@zte.com.cn> | 2017-04-21 16:49:44 +0800 |
commit | 221c351cfb7940b62f44c2b5a3c58f84407ab13b (patch) | |
tree | 1d549a1df628c3af2283e7180db0ba4b8e6e9c44 /common/src/main/webapp/framework | |
parent | ee1b2408e237eb8127561b24c43ed8c7a64c789b (diff) |
Fix the rightContainer region.
Issue-ID: CLIENT-198
Change-Id: I49d1a2c364a14c4a0ea5fad5b763efb3449a99cd
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
Diffstat (limited to 'common/src/main/webapp/framework')
-rw-r--r-- | common/src/main/webapp/framework/browser/templates/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/main/webapp/framework/browser/templates/home.html b/common/src/main/webapp/framework/browser/templates/home.html index 41426f61..cd170303 100644 --- a/common/src/main/webapp/framework/browser/templates/home.html +++ b/common/src/main/webapp/framework/browser/templates/home.html @@ -145,7 +145,7 @@ </ul> </div>--> </div> - <div id="rightContainer" class="col-sm-8 col-md-9 col-lg-9"> + <div id="rightContainer" class=""> <!--<div id="sampleArea"></div>--> <ui-view></ui-view> </div> |