更新 simpleadmin/www/index.html

This commit is contained in:
taotao 2024-10-14 16:40:15 +00:00
parent 2f9ea99e3f
commit 27bd1bec83

View File

@ -182,6 +182,12 @@
<div class="card-body"> <div class="card-body">
<div class="card-text table-responsive-sm"> <div class="card-text table-responsive-sm">
<table class="table"> <table class="table">
<style>.table {table-layout: fixed; /* */
width: 100%; /* 设置表格宽度为100% */}
th, td {overflow: hidden; /* 超出部分隐藏 */
text-overflow: ellipsis; /* 超出部分用省略号表示 */
white-space: nowrap; /* 禁止换行 */}
</style>
<tbody> <tbody>
<tr> <tr>
<th scope="row">SIM卡</th> <th scope="row">SIM卡</th>