|
@@ -135,8 +135,10 @@
|
|
#statusbar{
|
|
#statusbar{
|
|
padding: 10px 0 0 0!important;
|
|
padding: 10px 0 0 0!important;
|
|
line-height: 24px;
|
|
line-height: 24px;
|
|
- overflow: hidden;
|
|
|
|
|
|
+ /* overflow: hidden; */
|
|
}
|
|
}
|
|
|
|
+ .clearfix:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
|
|
|
|
+ .clearfix {*zoom:1; }
|
|
.com-tagsbar{
|
|
.com-tagsbar{
|
|
margin-top: 12px;
|
|
margin-top: 12px;
|
|
}
|
|
}
|
|
@@ -211,7 +213,7 @@
|
|
{{.T.obj.title}}
|
|
{{.T.obj.title}}
|
|
</h1>
|
|
</h1>
|
|
<div class="com-tagsbar"></div>
|
|
<div class="com-tagsbar"></div>
|
|
- <div class="com-statusbar" id="statusbar">
|
|
|
|
|
|
+ <div class="com-statusbar clearfix" id="statusbar">
|
|
<!-- 自定义标签弹框 -->
|
|
<!-- 自定义标签弹框 -->
|
|
<div class="tags-box" id="collectTags">
|
|
<div class="tags-box" id="collectTags">
|
|
<div class="tags-inputs">
|
|
<div class="tags-inputs">
|