Commit 1b3b4d782f1fa237525f0fb98c677600eb66fa41
1 parent
3a0d3b0c
修改货主模块下添加/修改页面复选框无法显示的问题
Showing
2 changed files
with
2 additions
and
0 deletions
src/main/resources/templates/config/company/add.html
... | ... | @@ -2,6 +2,7 @@ |
2 | 2 | <html lang="zh" xmlns:th="http://www.thymeleaf.org"> |
3 | 3 | <meta charset="utf-8"> |
4 | 4 | <head th:include="include :: header"></head> |
5 | +<link href="/ajax/libs/iCheck/custom.css" th:href="@{/ajax/libs/iCheck/custom.css}" rel="stylesheet"/> | |
5 | 6 | <body class="white-bg"> |
6 | 7 | <div class="wrapper wrapper-content animated fadeInRight ibox-content"> |
7 | 8 | <form class="form-horizontal m" id="form-company-add"> |
... | ... |
src/main/resources/templates/config/company/edit.html
... | ... | @@ -2,6 +2,7 @@ |
2 | 2 | <html lang="zh" xmlns:th="http://www.thymeleaf.org"> |
3 | 3 | <meta charset="utf-8"> |
4 | 4 | <head th:include="include :: header"></head> |
5 | +<link href="/ajax/libs/iCheck/custom.css" th:href="@{/ajax/libs/iCheck/custom.css}" rel="stylesheet"/> | |
5 | 6 | <body class="white-bg"> |
6 | 7 | <div class="wrapper wrapper-content animated fadeInRight ibox-content"> |
7 | 8 | <form class="form-horizontal m" id="form-company-edit" th:object="${company}"> |
... | ... |