mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-09 07:20:26 +08:00
优化分页样式
This commit is contained in:
@@ -111,7 +111,7 @@ func (this *Page) AsHTML() string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 每页数
|
// 每页数
|
||||||
result = append(result, `<select class="ui dropdown" style="height:34px;padding-top:0;padding-bottom:0;margin-left:1em;color:#666" onchange="ChangePageSize(this.value)">
|
result = append(result, `<select class="ui dropdown" style="padding-top:0;padding-bottom:0;margin-left:1em;color:#666" onchange="ChangePageSize(this.value)">
|
||||||
<option value="10">[每页]</option>`+this.renderSizeOption(10)+
|
<option value="10">[每页]</option>`+this.renderSizeOption(10)+
|
||||||
this.renderSizeOption(20)+
|
this.renderSizeOption(20)+
|
||||||
this.renderSizeOption(30)+
|
this.renderSizeOption(30)+
|
||||||
|
|||||||
@@ -755,6 +755,10 @@ var.dash {
|
|||||||
.page a:hover {
|
.page a:hover {
|
||||||
background: #eee;
|
background: #eee;
|
||||||
}
|
}
|
||||||
|
.page select {
|
||||||
|
padding-top: 0.3em !important;
|
||||||
|
padding-bottom: 0.3em !important;
|
||||||
|
}
|
||||||
/** popup **/
|
/** popup **/
|
||||||
.swal2-html-container {
|
.swal2-html-container {
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -782,6 +782,11 @@ var.dash {
|
|||||||
a:hover {
|
a:hover {
|
||||||
background: #eee;
|
background: #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
select {
|
||||||
|
padding-top: 0.3em !important;
|
||||||
|
padding-bottom: 0.3em !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/** popup **/
|
/** popup **/
|
||||||
|
|||||||
Reference in New Issue
Block a user