docs[TimeLine2]:设施农业-新增时间轴组件 feat[设施农业 病虫害预测-2 环境监测 长势监测]:新增页面 长势监测新增作物分类 fix[农作物监管-长势监测]:修改地图服务bug
This commit is contained in:
15
dist/CesiumUnminified/Widgets/PerformanceWatchdog/PerformanceWatchdog.css
vendored
Normal file
15
dist/CesiumUnminified/Widgets/PerformanceWatchdog/PerformanceWatchdog.css
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
/* packages/widgets/Source/PerformanceWatchdog/PerformanceWatchdog.css */
|
||||
.cesium-performance-watchdog-message-area {
|
||||
position: relative;
|
||||
background-color: yellow;
|
||||
color: black;
|
||||
padding: 10px;
|
||||
}
|
||||
.cesium-performance-watchdog-message {
|
||||
margin-right: 30px;
|
||||
}
|
||||
.cesium-performance-watchdog-message-dismiss {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
margin: 0 10px 0 0;
|
||||
}
|
Reference in New Issue
Block a user