调整样式
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
<template>
|
||||
<div class="min-h-screen bg-gray-50 dark:bg-gray-900 flex">
|
||||
<!-- 左侧边栏 -->
|
||||
<aside class="w-64 bg-white dark:bg-gray-800 shadow-sm border-r border-gray-200 dark:border-gray-700 flex flex-col">
|
||||
<aside class="w-40 bg-white dark:bg-gray-800 shadow-sm border-r border-gray-200 dark:border-gray-700 flex flex-col h-screen">
|
||||
<div class="p-6 border-b border-gray-200 dark:border-gray-700">
|
||||
<h1 class="text-xl font-semibold text-gray-900 dark:text-white">视频控制器</h1>
|
||||
<h1 class="text-xl font-semibold text-gray-900 dark:text-white">
|
||||
视频控制器
|
||||
</h1>
|
||||
</div>
|
||||
|
||||
<nav class="flex-1 p-4">
|
||||
|
@@ -38,11 +38,11 @@
|
||||
"app": {
|
||||
"windows": [
|
||||
{
|
||||
"title": "Nuxtor",
|
||||
"width": 1366,
|
||||
"height": 768,
|
||||
"minWidth": 375,
|
||||
"minHeight": 812,
|
||||
"title": "视频控制端demo",
|
||||
"width": 800,
|
||||
"height": 600,
|
||||
"minWidth": 500,
|
||||
"minHeight": 600,
|
||||
"resizable": true,
|
||||
"fullscreen": false
|
||||
}
|
||||
|
Reference in New Issue
Block a user