8000 update · coderhxt/Mybatis-Spring@f53275c · GitHub
[go: up one dir, main page]

Skip to content

Commit f53275c

Browse files
committed
update
1 parent 2a3b552 commit f53275c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
项目使用的mysql数据库,根据需要可以切换为其他数据库
1212

13+
##Spring Boot集成MyBatis的基础项目
14+
15+
###https://github.com/abel533/MyBatis-Spring-Boot
16+
1317
##MyBatis工具
1418

1519
###http://www.mybatis.tk

src/main/webapp/WEB-INF/jsp/view.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<body style="margin-top:50px;overflow: hidden;">
88
<form action="${pageContext.request.contextPath}/save" method="post">
99
<input type="hidden" name="id" value="${country.id}"/>
10-
<table class="gridtable" style="width:600px;">
10+
<table class="gridtable" style="width:800px;">
1111
<tr>
1212
<th colspan="5">国家(地区)信息 - [<a href="${pageContext.request.contextPath}/list">返回</a>]</th>
1313
</tr>

src/main/webapp/static/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ table.gridtable td {
4646
.middle {
4747
text-align: center;
4848
margin: 0 auto;
49-
width: 600px;
49+
width: 800px;
5050
height: auto;
5151
}
5252

< 333D code class="diff-text-cell hunk">

0 commit comments

Comments
 (0)
0