This commit is contained in:
2023-09-11 21:56:39 +08:00
parent 7a43f39ec8
commit 4c2c1739fc
1719 changed files with 33351 additions and 103245 deletions

19
dist/Cesium/Widgets/PerformanceWatchdog/PerformanceWatchdog.css vendored Executable file → Normal file
View File

@ -1,15 +1,16 @@
/* packages/widgets/Source/PerformanceWatchdog/PerformanceWatchdog.css */
.cesium-performance-watchdog-message-area {
position: relative;
background-color: yellow;
color: black;
padding: 10px;
position: relative;
background-color: yellow;
color: black;
padding: 10px;
}
.cesium-performance-watchdog-message {
margin-right: 30px;
margin-right: 30px;
}
.cesium-performance-watchdog-message-dismiss {
position: absolute;
right: 0;
margin: 0 10px 0 0;
position: absolute;
right: 0;
margin: 0 10px 0 0;
}