diff --git a/projects/WebApp/wwwroot/css/app.css b/projects/WebApp/wwwroot/css/app.css index 48ab54ab..34142fad 100644 --- a/projects/WebApp/wwwroot/css/app.css +++ b/projects/WebApp/wwwroot/css/app.css @@ -136,4 +136,11 @@ img { width: 12px; border: 6px solid rgba(230,230,230,0.8); border-radius: 50%; +} +.ptz img{ + width:32px; + margin:0 auto; +} +.ptz td{ + text-align:center; } \ No newline at end of file diff --git a/projects/WebApp/wwwroot/pages/iot/device/camera.html b/projects/WebApp/wwwroot/pages/iot/device/camera.html index 708b68db..86ec84b1 100644 --- a/projects/WebApp/wwwroot/pages/iot/device/camera.html +++ b/projects/WebApp/wwwroot/pages/iot/device/camera.html @@ -6,9 +6,9 @@