dashboard
repositories
filestore
activity
search
login
main
/
pyhmap
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
popup弹窗加echarts
liuyg
2021-06-09
8f048024b02f0af68b43209b9ba0e66069729bc5
[pyhmap.git]
/
themes
/
DemoTheme
/
panels
/
SimpleBorderPanel
/
Panel.js
1
2
3
4
5
6
7
8
9
define(['dojo/_base/declare',
'jimu/BaseWidgetPanel'
],
function(declare, BaseWidgetPanel) {
return declare([BaseWidgetPanel], {
baseClass: 'jimu-panel jimu-border-panel'
});
});