89b0681a by 焦小希

Merge branch '3ddc' of http://yun.pashanhoo.com:9090/xian-java/fontweb-dc into 3ddc

2 parents 5bf3280d 2ff1045f
...@@ -237,7 +237,7 @@ nav span { ...@@ -237,7 +237,7 @@ nav span {
237 <option v-for="option in options" v-bind:value="option.value">{{option.text}}</option> 237 <option v-for="option in options" v-bind:value="option.value">{{option.text}}</option>
238 </select> 238 </select>
239 </div> --> 239 </div> -->
240 <div id="isTabs" style=" height: 32px;"> 240 <%--<div id="isTabs" style=" height: 32px;">
241 <div style="display: flex;height: 32px;"> 241 <div style="display: flex;height: 32px;">
242 <div onclick="lyfunc.tabsChanges(2)" id="cgscTable" class="tabs-changes select-tables"> 242 <div onclick="lyfunc.tabsChanges(2)" id="cgscTable" class="tabs-changes select-tables">
243 <img src="./img/menu-document-selected.png"/> 243 <img src="./img/menu-document-selected.png"/>
...@@ -248,7 +248,7 @@ nav span { ...@@ -248,7 +248,7 @@ nav span {
248 <span>数据申请</span> 248 <span>数据申请</span>
249 </div> 249 </div>
250 </div> 250 </div>
251 </div> 251 </div>--%>
252 252
253 <div class="clearboth"></div> 253 <div class="clearboth"></div>
254 <%-- <div style="border-bottom: 1px solid #cac8c8; margin-top: 5px;"></div>--%> 254 <%-- <div style="border-bottom: 1px solid #cac8c8; margin-top: 5px;"></div>--%>
......