This commit is contained in:
liumengyi
2022-07-15 09:44:01 +08:00
parent 52281f12c3
commit 94992c299f
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -1,3 +1,4 @@
#pageActions ul.dropdown-menu {left: 67px;}
#mainRow .main-col .row .col-sm-7 {width: 55% !important;}
#mainRow .main-col .row .col-sm-5 {width: 45% !important;}
#mainRow .c-num {text-overflow: ellipsis; white-space: nowrap;}
+2 -2
View File
@@ -33,8 +33,8 @@
<thead>
<tr>
<th class="c-name"><?php echo $lang->doc->title;?></th>
<th class="c-num text-right"><?php echo $lang->doc->size;?></th>
<th class="c-user"><?php echo $lang->doc->addedBy;?></th>
<th class="c-num text-right" title="<?php echo $lang->doc->size?>"><?php echo $lang->doc->size;?></th>
<th class="c-user" title="<?php echo $lang->doc->addedBy;?>"><?php echo $lang->doc->addedBy;?></th>
<th class="c-datetime"><?php echo $lang->doc->editedDate;?></th>
</tr>
</thead>