Skip to content

Commit 8fc946e

Browse files
author
guohai
committed
0.8.5 微调一下样式表
1 parent 6216ffe commit 8fc946e

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

javasqlweb-web/src/PageContent.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@
1919
fieldset {
2020
margin-top: 1em;
2121
-webkit-border-radius: 4px 4px 0 0;
22-
border: #aaa solid 1px;
23-
padding: .5em;
22+
/*border: #aaa solid 1px;*/
23+
border: 0;
24+
/*padding: .5em;*/
25+
padding: 0;
2426
background: #eee;
2527
box-shadow: 1px 1px 2px #fff inset;
2628
min-width: 0;

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>org.guohai</groupId>
1212
<artifactId>javasqlweb</artifactId>
13-
<version>0.8.4</version>
13+
<version>0.8.5</version>
1414
<name>javasqlweb</name>
1515
<description>java version db query tools</description>
1616

src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ mybatis:
2626
configuration:
2727
map-underscore-to-camel-case: true
2828
project:
29-
version: 0.8.4
29+
version: 0.8.5
3030
limit: 20000
3131
signkey: jsw
3232
logging:

0 commit comments

Comments
 (0)