样式调整
This commit is contained in:
parent
23edad0687
commit
0bbccab616
|
@ -17,7 +17,7 @@
|
|||
<span class="fl hidden ml5" style="max-width:75px;"><%= st.user.show_name %></span>
|
||||
</span>
|
||||
<span class="fl student_work_<%= st.id%> hidden" style="width:105px; text-align: center">
|
||||
<%= st.user.user_extensions.student_id.nil? ? "--" : st.user.user_extensions.student_id%>
|
||||
<%= st.user.user_extensions.student_id.nil? || st.user.user_extensions.student_id == "" ? "--" : st.user.user_extensions.student_id%>
|
||||
</span>
|
||||
<% end %>
|
||||
<div class="flex-container fl" style="width:340px;">
|
||||
|
|
|
@ -8,7 +8,7 @@ a:hover.muban_icons_close{background: url(../images/sy/sy_icons_close.png) -40px
|
|||
#muban_popup_box label.pop_box_label{width: 100px; text-align: right; display: inline-block;}
|
||||
input.radio-width90{ width: 90px; }
|
||||
#muban_popup_box input,#muban_popup_box select{ border:1px solid #c8c8c8; height: 28px; color: #888;}
|
||||
#muban_popup_box label{width: 100px; text-align: right; display: inline-block;}
|
||||
#muban_popup_box label.pop_box_label {width: 100px; text-align: right; display: inline-block;}
|
||||
/*模板表格 20161013byLB*/
|
||||
.muban_table{ width:100%; background:#fff; border:1px solid #e5e5e5; border-bottom: none; }
|
||||
.muban_table thead tr{ height:40px; line-height:40px;}
|
||||
|
|
Loading…
Reference in New Issue