Skip to content

Commit

Permalink
重做:修复首页DHCPv6分配中的某些主机名无法居中显示
Browse files Browse the repository at this point in the history
  • Loading branch information
SpeedPartner committed Mar 21, 2023
1 parent 684b832 commit 2d1db2c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions htdocs/luci-static/argon/css/cascade.css
Expand Up @@ -1781,15 +1781,15 @@ table > thead > tr > th,
.cbi-section-table-row>.cbi-value-field .cbi-input-select,
.cbi-section-table-row>.cbi-value-field .cbi-input-text,
.cbi-section-table-row>.cbi-value-field .cbi-input-password{
width:100%
width:100%
}
.cbi-section-table-row>.cbi-value-field .cbi-input-text,
.cbi-section-table-row>.cbi-value-field .cbi-input-password{
min-width:100px
min-width:100px
}
.cbi-section-table-row.cbi-rowstyle-1 div,
.cbi-section-table-row.cbi-rowstyle-2 div{
min-width:100%;
#lease6_status_table > tbody > .cbi-section-table-row.cbi-rowstyle-1 div,
#lease6_status_table > tbody > .cbi-section-table-row.cbi-rowstyle-2 div{
min-width:100%;
}
.cbi-section-table-row > .cbi-value-field [data-dynlist] > input,
.cbi-section-table-row > .cbi-value-field input.cbi-input-password {
Expand Down
10 changes: 5 additions & 5 deletions htdocs/luci-static/argon/less/cascade.less
Expand Up @@ -2169,17 +2169,17 @@ table>thead>tr>th,
.cbi-section-table-row>.cbi-value-field .cbi-input-select,
.cbi-section-table-row>.cbi-value-field .cbi-input-text,
.cbi-section-table-row>.cbi-value-field .cbi-input-password{
width:100%
width:100%
}

.cbi-section-table-row>.cbi-value-field .cbi-input-text,
.cbi-section-table-row>.cbi-value-field .cbi-input-password{
min-width:100px
min-width:100px
}

.cbi-section-table-row.cbi-rowstyle-1 div,
.cbi-section-table-row.cbi-rowstyle-2 div{
min-width:100%;
#lease6_status_table > tbody > .cbi-section-table-row.cbi-rowstyle-1 div,
#lease6_status_table > tbody > .cbi-section-table-row.cbi-rowstyle-2 div{
min-width:100%;
}

.cbi-section-table-row>.cbi-value-field [data-dynlist]>input,
Expand Down

0 comments on commit 2d1db2c

Please sign in to comment.