Browse Source

页面样式调整

master
qzysz 5 months ago
parent
commit
4d7c95d2d4
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      rwk-admin/src/main/resources/templates/system/meeting/edit.html

+ 4
- 4
rwk-admin/src/main/resources/templates/system/meeting/edit.html View File

@@ -41,8 +41,8 @@
<div class="col-md-12">
<div class="daj_middle">
<label class="daj_left_two control-label">附件</label>
<div class="daj_right_two fj_box1">
<div style="height: 43px;width: 100%;margin-top: 3px;">
<div class="daj_right_two fj_box1" style="border: none;">
<div style="height: 42px;width: 100%;border: none;display: flex;align-items: center;">
<input name="fj" type="button" class="fj_btn" onclick="uploadModal()">
<input type="file" name="fileUpload_l" id="fileUpload_l" onchange="uploadFile()" style="display:none;" accept=".pdf,.ofd,.txt,.wps,.xlsx,.xls,.pub,.docx,.doc,.xml,.jpg,.png">
</div>
@@ -53,8 +53,8 @@
<div class="daj_middle">
<label class="daj_left_two control-label"></label>
<div class="daj_right_two fj_box1" style="min-height:47px;height: auto;">
<div class="table-container">
<table id="table-show" class="table table-hover" style="margin-bottom: 10px;height: 100px; overflow-y: auto;">
<div class="table-container" style="border: none;">
<table id="table-show" class="table table-hover" >
<tbody id="filetb">
<!-- <tr>-->
<!-- <td class="width-40"><img src="/img/use/filelook.png" />厨房零配件维修清单及报价(三月至五月).docx</td>-->


Loading…
Cancel
Save