|
@@ -7,7 +7,8 @@
|
|
|
@import './font.scss';
|
|
@import './font.scss';
|
|
|
|
|
|
|
|
.bootstrap-table {
|
|
.bootstrap-table {
|
|
|
- input, select {
|
|
|
|
|
|
|
+ input,
|
|
|
|
|
+ select {
|
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
|
border: 1px solid #ccc;
|
|
border: 1px solid #ccc;
|
|
@@ -52,7 +53,6 @@
|
|
|
color: $btn-active-background;
|
|
color: $btn-active-background;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
.fixed-table-toolbar {
|
|
.fixed-table-toolbar {
|
|
|
.columns > div {
|
|
.columns > div {
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
@@ -75,7 +75,8 @@
|
|
|
.columns.btn-group {
|
|
.columns.btn-group {
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
|
|
|
|
|
- .btn, input {
|
|
|
|
|
|
|
+ .btn,
|
|
|
|
|
+ input {
|
|
|
&:not(:first-child):not(:last-child) {
|
|
&:not(:first-child):not(:last-child) {
|
|
|
border-radius: 0;
|
|
border-radius: 0;
|
|
|
}
|
|
}
|
|
@@ -108,20 +109,16 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
button[name="search"],
|
|
button[name="search"],
|
|
|
- button[name="clearSearch"]
|
|
|
|
|
- {
|
|
|
|
|
|
|
+ button[name="clearSearch"] {
|
|
|
border-top-left-radius: 0;
|
|
border-top-left-radius: 0;
|
|
|
border-bottom-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
button[name="search"]:not(:last-child),
|
|
button[name="search"]:not(:last-child),
|
|
|
- button[name="clearSearch"]:not(:last-child)
|
|
|
|
|
- {
|
|
|
|
|
|
|
+ button[name="clearSearch"]:not(:last-child) {
|
|
|
border-top-right-radius: 0;
|
|
border-top-right-radius: 0;
|
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -160,6 +157,7 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.pagination-detail {
|
|
.pagination-detail {
|
|
|
|
|
+ float: left;
|
|
|
.dropdown-item {
|
|
.dropdown-item {
|
|
|
min-width: 45px;
|
|
min-width: 45px;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
@@ -170,7 +168,8 @@
|
|
|
border-collapse: collapse;
|
|
border-collapse: collapse;
|
|
|
|
|
|
|
|
&.table-bordered {
|
|
&.table-bordered {
|
|
|
- thead tr th, tbody tr td {
|
|
|
|
|
|
|
+ thead tr th,
|
|
|
|
|
+ tbody tr td {
|
|
|
border: 1px solid #ddd;
|
|
border: 1px solid #ddd;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -181,15 +180,12 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.float-right {
|
|
.float-right {
|
|
|
- float: right
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .pagination-detail {
|
|
|
|
|
- float: left;
|
|
|
|
|
|
|
+ float: right;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.page-jump-to {
|
|
.page-jump-to {
|
|
|
- input, .btn {
|
|
|
|
|
|
|
+ input,
|
|
|
|
|
+ .btn {
|
|
|
padding: 8px 12px;
|
|
padding: 8px 12px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -231,7 +227,8 @@
|
|
|
.btn-group {
|
|
.btn-group {
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
|
|
|
|
|
- .btn, input {
|
|
|
|
|
|
|
+ .btn,
|
|
|
|
|
+ input {
|
|
|
&:not(:first-child):not(:last-child) {
|
|
&:not(:first-child):not(:last-child) {
|
|
|
border-radius: 0;
|
|
border-radius: 0;
|
|
|
}
|
|
}
|
|
@@ -311,4 +308,4 @@
|
|
|
|
|
|
|
|
.float-left {
|
|
.float-left {
|
|
|
float: left;
|
|
float: left;
|
|
|
-}
|
|
|
|
|
|
|
+}
|