Skip to content

Commit 0a2ea66

Browse files
committed
优化编辑弹出框明细表样式
1 parent def824a commit 0a2ea66

File tree

2 files changed

+14
-80
lines changed

2 files changed

+14
-80
lines changed

Vol.Vue/src/assets/css/ViewGrid.less

Lines changed: 7 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -54,29 +54,6 @@
5454
border-top-left-radius: 0;
5555
}
5656
}
57-
// .btn-group button {
58-
// margin-left: 10px;
59-
// // padding: 5px 16px;
60-
// }
61-
// .btn-group .dropdown {
62-
// position: relative;
63-
// padding: 5px 34px 5px 10px;
64-
// }
65-
// .btn-group .dropdown span i.ivu-icon-ios-arrow-down {
66-
// top: 0px;
67-
// height: 34px;
68-
// border-left: 1px solid;
69-
// height: 100%;
70-
// position: absolute;
71-
// margin-left: 10px;
72-
// padding: 9px 5px 5px 5px;
73-
// }
74-
// .btn-group .dropdown .ivu-dropdown {
75-
// bottom: 0;
76-
// right: 0;
77-
// left: 0;
78-
// position: absolute;
79-
// }
8057
.btn-group .ivu-dropdown-item {
8158
text-align: left !important;
8259
}
@@ -136,9 +113,8 @@
136113
//box-shadow: 0 1px 7px rgb(199, 199, 199);
137114
}
138115
> div.table-item{
139-
// padding: 0px 16px 12px 16px;
140-
border: 1px solid #e8e8e8;
141-
box-shadow: 0 1px 7px rgb(199, 199, 199);
116+
padding: 0 10px;
117+
border-top: 1px solid #eee;
142118
}
143119
.v-text{
144120
line-height: 27px;
@@ -181,24 +157,15 @@
181157
margin-left: 10px;
182158
padding: 4px 13px;
183159
}
184-
.grid-detail{
185-
// margin-left:16px;
186-
// // margin-top:-28px;
187-
// padding-bottom: 16px;
188-
}
160+
// .grid-detail{
161+
// }
189162
.toolbar{
190-
padding: 3px 15px;
163+
padding: 3px 0px;
191164
width: 100%;
192-
display: flex;
193-
// padding: 3px;
194-
border-top: 1px solid #eae9e9;
195-
// border-top-left-radius: 5px;
196-
// // background: #37aba0;
197-
// border-top-right-radius: 5px;
198-
// border: 1px solid #f1f1f1;
165+
display: flex;
199166
.title{
200167
line-height: 28px;
201-
border-bottom: 2px solid #03A9F4;
168+
border-bottom: none;
202169
font-size: 14px;
203170
font-weight: bolder;
204171
margin-bottom: 0;

开发版dev/Vue.NetCore/Vol.Vue/src/assets/css/ViewGrid.less

Lines changed: 7 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -54,29 +54,6 @@
5454
border-top-left-radius: 0;
5555
}
5656
}
57-
// .btn-group button {
58-
// margin-left: 10px;
59-
// // padding: 5px 16px;
60-
// }
61-
// .btn-group .dropdown {
62-
// position: relative;
63-
// padding: 5px 34px 5px 10px;
64-
// }
65-
// .btn-group .dropdown span i.ivu-icon-ios-arrow-down {
66-
// top: 0px;
67-
// height: 34px;
68-
// border-left: 1px solid;
69-
// height: 100%;
70-
// position: absolute;
71-
// margin-left: 10px;
72-
// padding: 9px 5px 5px 5px;
73-
// }
74-
// .btn-group .dropdown .ivu-dropdown {
75-
// bottom: 0;
76-
// right: 0;
77-
// left: 0;
78-
// position: absolute;
79-
// }
8057
.btn-group .ivu-dropdown-item {
8158
text-align: left !important;
8259
}
@@ -136,9 +113,8 @@
136113
//box-shadow: 0 1px 7px rgb(199, 199, 199);
137114
}
138115
> div.table-item{
139-
// padding: 0px 16px 12px 16px;
140-
border: 1px solid #e8e8e8;
141-
box-shadow: 0 1px 7px rgb(199, 199, 199);
116+
padding: 0 10px;
117+
border-top: 1px solid #eee;
142118
}
143119
.v-text{
144120
line-height: 27px;
@@ -181,24 +157,15 @@
181157
margin-left: 10px;
182158
padding: 4px 13px;
183159
}
184-
.grid-detail{
185-
// margin-left:16px;
186-
// // margin-top:-28px;
187-
// padding-bottom: 16px;
188-
}
160+
// .grid-detail{
161+
// }
189162
.toolbar{
190-
padding: 3px 15px;
163+
padding: 3px 0px;
191164
width: 100%;
192-
display: flex;
193-
// padding: 3px;
194-
border-top: 1px solid #eae9e9;
195-
// border-top-left-radius: 5px;
196-
// // background: #37aba0;
197-
// border-top-right-radius: 5px;
198-
// border: 1px solid #f1f1f1;
165+
display: flex;
199166
.title{
200167
line-height: 28px;
201-
border-bottom: 2px solid #03A9F4;
168+
border-bottom: none;
202169
font-size: 14px;
203170
font-weight: bolder;
204171
margin-bottom: 0;

0 commit comments

Comments
 (0)