21 changed files with 183 additions and 94 deletions
@ -1,4 +1,4 @@
|
||||
NODE_ENV=production |
||||
VUE_APP_API_BASE_URL=http://haoyi.scyp.ink/prod-api |
||||
VUE_APP_CAS_BASE_URL=http://localhost:8888/cas |
||||
VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview |
||||
VUE_APP_API_BASE_URL=http://10.242.144.23/prod-api |
||||
VUE_APP_CAS_BASE_URL=http://10.242.144.23:8888/cas |
||||
VUE_APP_ONLINE_BASE_URL=http://10.242.144.23:8012/onlinePreview |
@ -0,0 +1,76 @@
|
||||
@font-face { |
||||
font-family: "iconfont"; /* Project id 3733417 */ |
||||
/* Color fonts */ |
||||
src: |
||||
url('font_3733417_ws9m9bvag1h.woff2') format('woff2'), |
||||
url('font_3733417_ws9m9bvag1h.woff2') format('woff'), |
||||
url('font_3733417_ws9m9bvag1h.woff2') format('truetype'); |
||||
} |
||||
|
||||
.iconfont { |
||||
font-family: "iconfont" !important; |
||||
font-size: 16px; |
||||
font-style: normal; |
||||
-webkit-font-smoothing: antialiased; |
||||
-moz-osx-font-smoothing: grayscale; |
||||
} |
||||
|
||||
.icon-shenglvehao:before { |
||||
content: "\e708"; |
||||
} |
||||
|
||||
.icon-lianxiren:before { |
||||
content: "\e66f"; |
||||
} |
||||
|
||||
.icon-lianxiren1:before { |
||||
content: "\e654"; |
||||
} |
||||
|
||||
.icon-daibanrenwu:before { |
||||
content: "\eb29"; |
||||
} |
||||
|
||||
.icon-rizhi:before { |
||||
content: "\e627"; |
||||
} |
||||
|
||||
.icon-B-lianxiren:before { |
||||
content: "\e728"; |
||||
} |
||||
|
||||
.icon-process:before { |
||||
content: "\e75d"; |
||||
} |
||||
|
||||
.icon-suggest:before { |
||||
content: "\e767"; |
||||
} |
||||
|
||||
.icon-lianxiren2:before { |
||||
content: "\e6c4"; |
||||
} |
||||
|
||||
.icon-lianxiren1-copy:before { |
||||
content: "\eb2a"; |
||||
} |
||||
|
||||
.icon-lianxiren-copy:before { |
||||
content: "\eb2b"; |
||||
} |
||||
|
||||
.icon-rizhi-copy:before { |
||||
content: "\eb2c"; |
||||
} |
||||
|
||||
.icon-process-copy:before { |
||||
content: "\eb2d"; |
||||
} |
||||
|
||||
.icon-process-copy1:before { |
||||
content: "\eb2e"; |
||||
} |
||||
|
||||
.icon-suggest-copy:before { |
||||
content: "\eb2f"; |
||||
} |
Binary file not shown.
Loading…
Reference in new issue