diff --git a/.env.dev b/.env.dev index dd5ff006..d429345a 100644 --- a/.env.dev +++ b/.env.dev @@ -3,6 +3,6 @@ NODE_ENV = 'development' # VUE_APP_BASE_URL = 'https://api.aida.com.hk' # VUE_APP_BASE_URL = 'http://18.167.251.121:10086' -# VUE_APP_BASE_URL = 'https://develop.api.aida.com.hk' +VUE_APP_BASE_URL = 'https://develop.api.aida.com.hk' # VUE_APP_BASE_URL = 'http://192.168.1.9:17088' -VUE_APP_BASE_URL = 'http://192.168.1.7:5567' +# VUE_APP_BASE_URL = 'http://192.168.1.7:5567' diff --git a/src/assets/iconfont2/iconfont.css b/src/assets/iconfont2/iconfont.css index 912e2297..f52dbb73 100644 --- a/src/assets/iconfont2/iconfont.css +++ b/src/assets/iconfont2/iconfont.css @@ -1,6 +1,6 @@ @font-face { font-family: "iconfont"; /* Project id */ - src: url('iconfont.ttf?t=1709865709415') format('truetype'); + src: url('iconfont.ttf?t=1709874981482') format('truetype'); } .iconfont { @@ -87,3 +87,19 @@ content: "\e62d"; } +.icon-shenpi:before { + content: "\e6a1"; +} + +.icon-yonghu:before { + content: "\e617"; +} + +.icon-usetime:before { + content: "\e601"; +} + +.icon-xiala:before { + content: "\e634"; +} + diff --git a/src/assets/iconfont2/iconfont.json b/src/assets/iconfont2/iconfont.json index 849c918d..578a73da 100644 --- a/src/assets/iconfont2/iconfont.json +++ b/src/assets/iconfont2/iconfont.json @@ -137,6 +137,34 @@ "font_class": "tuceng1", "unicode": "e62d", "unicode_decimal": 58925 + }, + { + "icon_id": "130751283", + "name": "审批", + "font_class": "shenpi", + "unicode": "e6a1", + "unicode_decimal": 59041 + }, + { + "icon_id": "130751284", + "name": "用户", + "font_class": "yonghu", + "unicode": "e617", + "unicode_decimal": 58903 + }, + { + "icon_id": "130751285", + "name": "使用次数", + "font_class": "usetime", + "unicode": "e601", + "unicode_decimal": 58881 + }, + { + "icon_id": "130751286", + "name": "下拉", + "font_class": "xiala", + "unicode": "e634", + "unicode_decimal": 58932 } ] } diff --git a/src/assets/iconfont2/iconfont.ttf b/src/assets/iconfont2/iconfont.ttf index 9ecc492e..1fee3e81 100644 Binary files a/src/assets/iconfont2/iconfont.ttf and b/src/assets/iconfont2/iconfont.ttf differ diff --git a/src/assets/style/style.css b/src/assets/style/style.css index 045e0f82..d6b76079 100644 --- a/src/assets/style/style.css +++ b/src/assets/style/style.css @@ -291,86 +291,85 @@ li { top: 0.1rem; width: 0.3rem; } -.ant-select-allow-clear { - font-size: 1.2rem; - height: 3rem; -} -.ant-select-allow-clear .ant-select-selector { +.trial_page .ant-select-allow-clear { height: 100%; } -.ant-select-allow-clear .ant-select-selector .ant-select-selection-overflow { +.trial_page .ant-select-allow-clear .ant-select-selector { height: 100%; } -.ant-select-allow-clear .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item { +.trial_page .ant-select-allow-clear .ant-select-selector .ant-select-selection-overflow { + height: 100%; +} +.trial_page .ant-select-allow-clear .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item { height: 80%; } -.ant-select-allow-clear .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item .ant-select-selection-item { +.trial_page .ant-select-allow-clear .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item .ant-select-selection-item { align-items: center; height: 100%; margin: 0; margin-right: 0.4rem; background-color: #e1d9ec; } -.ant-select-allow-clear .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item .ant-select-selection-item .ant-select-selection-item-content { +.trial_page .ant-select-allow-clear .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item .ant-select-selection-item .ant-select-selection-item-content { height: 100%; line-height: 1.7; } -.ant-select-allow-clear .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item .ant-select-selection-item .ant-select-selection-item-remove { +.trial_page .ant-select-allow-clear .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item .ant-select-selection-item .ant-select-selection-item-remove { height: 100%; font-size: 1rem; display: flex; align-items: center; } -.ant-select-allow-clear .ant-select-selector::after { +.trial_page .ant-select-allow-clear .ant-select-selector::after { line-height: 1; } -.ant-select-allow-clear.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector { +.trial_page .ant-select-allow-clear.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector { box-shadow: 0 0 0 2px rgba(24, 144, 255, 0); border: 1px solid #d9d9d9; } -.ant-select:not(.ant-select-disabled):hover .ant-select-selector { +.trial_page .ant-select:not(.ant-select-disabled):hover .ant-select-selector { border: 1px solid #d9d9d9; } -.ant-select-dropdown { +.trial_page .ant-select-dropdown { font-size: 1.4rem; } -.ant-select-dropdown .ant-cascader-menu-item { +.trial_page .ant-select-dropdown .ant-cascader-menu-item { padding: 0.5rem 1.2rem; line-height: 2.2rem; } -.ant-select-dropdown .ant-cascader-menu-item .ant-cascader-checkbox { +.trial_page .ant-select-dropdown .ant-cascader-menu-item .ant-cascader-checkbox { font-size: 1.4rem; } -.ant-select-dropdown .ant-cascader-menu-item .ant-cascader-checkbox :hover .ant-cascader-checkbox-inner { +.trial_page .ant-select-dropdown .ant-cascader-menu-item .ant-cascader-checkbox :hover .ant-cascader-checkbox-inner { border: 1px solid #d9d9d9; } -.ant-select-dropdown .ant-cascader-menu-item .ant-cascader-checkbox .ant-cascader-checkbox-inner { +.trial_page .ant-select-dropdown .ant-cascader-menu-item .ant-cascader-checkbox .ant-cascader-checkbox-inner { width: 1.6rem; height: 1.6rem; } -.ant-select-dropdown .ant-cascader-menu-item .ant-cascader-checkbox .ant-cascader-checkbox-inner::after { +.trial_page .ant-select-dropdown .ant-cascader-menu-item .ant-cascader-checkbox .ant-cascader-checkbox-inner::after { width: 0.8rem; height: 0.8rem; } -.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner { +.trial_page .ant-cascader-checkbox-checked .ant-cascader-checkbox-inner { background-color: #767676; border-color: #d9d9d9 !important; } -.ant-cascader-checkbox-checked::after { +.trial_page .ant-cascader-checkbox-checked::after { border-color: #d9d9d9; } -.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox-inner, -.ant-cascader-checkbox:hover .ant-cascader-checkbox-inner, -.ant-cascader-checkbox-input:focus + .ant-cascader-checkbox-inner { +.trial_page .ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox-inner, +.trial_page .ant-cascader-checkbox:hover .ant-cascader-checkbox-inner, +.trial_page .ant-cascader-checkbox-input:focus + .ant-cascader-checkbox-inner { border-color: #d9d9d9; } -.ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner::after { +.trial_page .ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner::after { background-color: #767676; } -.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner { +.trial_page .ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner { background-color: #d9d9d9; } -.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner::after { +.trial_page .ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner::after { border-color: #eeeeee; } .ant-modal-mask { diff --git a/src/assets/style/style.less b/src/assets/style/style.less index 6d6ba24a..10653724 100644 --- a/src/assets/style/style.less +++ b/src/assets/style/style.less @@ -342,11 +342,13 @@ input:focus{ } } +.trial_page{ //Library多级菜单 .ant-select-allow-clear{ - font-size: 1.2rem; - height: 3rem; + // font-size: 1.2rem; + // height: 3rem; + height: 100%; .ant-select-selector{ height: 100%; .ant-select-selection-overflow{ @@ -430,6 +432,7 @@ input:focus{ } } } +} .ant-modal-mask{ background: linear-gradient(45deg, #eee4f3, #f3f4e6); diff --git a/src/views/TestClickData.vue b/src/component/Administrator/TestClickData.vue similarity index 98% rename from src/views/TestClickData.vue rename to src/component/Administrator/TestClickData.vue index 45d40105..8286edd8 100644 --- a/src/views/TestClickData.vue +++ b/src/component/Administrator/TestClickData.vue @@ -1,12 +1,12 @@