forked from SuperMap/iClient-JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.js
More file actions
25 lines (22 loc) · 1.05 KB
/
index.js
File metadata and controls
25 lines (22 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* Copyright© 2000 - 2025 SuperMap Software Co.Ltd. All rights reserved.
* This program are made available under the terms of the Apache License, Version 2.0
* which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.html.*/
import './supermapol-icons.css';
//组件样式
import '../components/css/components-icon.css';
import '../components/css/Icon.css';
import '../components/css/OpenFile.css';
import '../components/css/MessageBox.css';
import '../components/css/DataFlow.css';
import '../components/css/Search.css';
import '../components/css/CommonContainer.css';
import '../components/css/DropDownBox.css';
import '../components/css/Select.css';
import '../components/css/CityTabsPage.css';
import '../components/css/NavTabsPage.css';
import '../components/css/PaginationContainer.css';
import '../components/css/PopContainer.css';
import '../components/css/Analysis.css';
import '../components/css/DistributedAnalysis.css';
import '../components/css/ClientComputation.css';
import '../components/css/DataServiceQuery.css';