mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-08 02:52:49 +08:00
feat: 优化权限表格首列样式为不要换行
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
</colgroup>
|
</colgroup>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>模块</th>
|
<th style="white-space: nowrap;">模块</th>
|
||||||
<th>功能</th>
|
<th>功能</th>
|
||||||
<th>权限</th>
|
<th>权限</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
</colgroup>
|
</colgroup>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>模块</th>
|
<th style="white-space: nowrap;">模块</th>
|
||||||
<th>功能</th>
|
<th>功能</th>
|
||||||
<th>权限</th>
|
<th>权限</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user