Skip to content

Commit

Permalink
Upgrade antdv to 1.7.8 #1286
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza0 committed Dec 4, 2023
1 parent e77424a commit 52614dc
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 4,507 deletions.
3 changes: 0 additions & 3 deletions web/assets/ant-design-vue@1.7.2/antd-with-locales.min.js

This file was deleted.

2 changes: 0 additions & 2 deletions web/assets/ant-design-vue@1.7.2/antd.less

This file was deleted.

4,498 changes: 0 additions & 4,498 deletions web/assets/ant-design-vue@1.7.2/antd.min.css

This file was deleted.

2 changes: 0 additions & 2 deletions web/assets/ant-design-vue@1.7.2/antd.min.js

This file was deleted.

3 changes: 3 additions & 0 deletions web/assets/ant-design-vue@1.7.8/antd-with-locales.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions web/assets/ant-design-vue@1.7.8/antd.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@import "../lib/style/index.less";
@import "../lib/style/components.less";

@green-6: #0a7557;
@primary-color: @green-6;
@border-radius-base: 1rem;
@progress-remaining-color: #EDEDED;
8 changes: 8 additions & 0 deletions web/assets/ant-design-vue@1.7.8/antd.min.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions web/assets/ant-design-vue@1.7.8/antd.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions web/assets/ant-design-vue@1.7.8/antd.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/html/common/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="{{ .base_path }}assets/ant-design-vue@1.7.2/antd.min.css">
<link rel="stylesheet" href="{{ .base_path }}assets/ant-design-vue@1.7.8/antd.min.css">
<link rel="stylesheet" href="{{ .base_path }}assets/element-ui@2.15.0/theme-chalk/display.css">
<link rel="stylesheet" href="{{ .base_path }}assets/css/custom.css?{{ .cur_ver }}">
<link rel=”icon” type=”image/x-icon” href="{{ .base_path }}assets/favicon.ico">
Expand Down
2 changes: 1 addition & 1 deletion web/html/common/js.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{define "js"}}
<script src="{{ .base_path }}assets/vue@2.6.12/vue.min.js"></script>
<script src="{{ .base_path }}assets/moment/moment.min.js"></script>
<script src="{{ .base_path }}assets/ant-design-vue@1.7.2/antd.min.js"></script>
<script src="{{ .base_path }}assets/ant-design-vue@1.7.8/antd.min.js"></script>
<script src="{{ .base_path }}assets/base64/base64.min.js"></script>
<script src="{{ .base_path }}assets/axios/axios.min.js"></script>
<script src="{{ .base_path }}assets/qs/qs.min.js"></script>
Expand Down

0 comments on commit 52614dc

Please sign in to comment.