Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlireza Ahmadi <alireza7@gmail.com>2023-12-04 21:02:22 +0300
committerAlireza Ahmadi <alireza7@gmail.com>2023-12-04 21:02:32 +0300
commit52614dc25c5ca0e3fd64ad4bad96debe0e53cb00 (patch)
tree046f961fecbee5a0af118fadf9e633a402c5e135 /web/html/common/head.html
parente77424a84603ba27ad80c42622f2b418dd77a3c4 (diff)
Upgrade antdv to 1.7.8 #1286
Diffstat (limited to 'web/html/common/head.html')
-rw-r--r--web/html/common/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/common/head.html b/web/html/common/head.html
index 0b430dce..4fa2ea8a 100644
--- a/web/html/common/head.html
+++ b/web/html/common/head.html
@@ -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">