Skip to content

Commit eb7be99

Browse files
committed
fix css bug
1 parent d3fb17a commit eb7be99

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

simpleui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def get_version():
5-
return '2025.05.26'
5+
return '2025.05.262'

simpleui/static/admin/simpleui-x/css/base.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,6 @@ tbody tr:hover th {
110110
display: flex;
111111
align-items: center;
112112
}
113-
.form-row div:not(.edui-default):not(.wmd-wrapper) {
114-
display: flex;
115-
gap: 10px;
116-
align-items: center;
117-
}
118113
.form-row .fileBox {
119114
flex: 1;
120115
}

simpleui/static/admin/simpleui-x/css/base.less

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,20 @@ tbody tr:hover td, tbody tr:hover th {
129129
border-bottom: none !important;
130130
display:flex;
131131
align-items: center;
132-
div:not(.edui-default):not(.wmd-wrapper){
133-
display:flex;
134-
gap: 10px;
135-
align-items: center;
136-
}
132+
// div:first-child{
133+
// display: flex;
134+
// align-items: center;
135+
// gap: 10px;
136+
// flex: 1;
137+
// }
138+
// div:not(:first-child){
139+
// display: block;
140+
// }
141+
// div:not(.edui-default):not(.wmd-wrapper){
142+
// display:flex;
143+
// gap: 10px;
144+
// align-items: center;
145+
// }
137146
.fileBox{
138147
flex:1;
139148
}

0 commit comments

Comments
 (0)