|
@@ -1149,7 +1149,7 @@ onMounted(() => {
|
|
|
<style scoped>
|
|
<style scoped>
|
|
|
/* 整体容器样式 */
|
|
/* 整体容器样式 */
|
|
|
.device-timing-container {
|
|
.device-timing-container {
|
|
|
- background-color: #f5f7fa;
|
|
|
|
|
|
|
+ /* background-color: #f5f7fa; */
|
|
|
min-height: 100vh;
|
|
min-height: 100vh;
|
|
|
padding-bottom: 20px;
|
|
padding-bottom: 20px;
|
|
|
/* 添加底部内边距,避免内容紧贴底部 */
|
|
/* 添加底部内边距,避免内容紧贴底部 */
|
|
@@ -1166,7 +1166,6 @@ onMounted(() => {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.device-timing-switcher-card {
|
|
.device-timing-switcher-card {
|
|
|
- margin: 16px 0;
|
|
|
|
|
border-radius: 8px;
|
|
border-radius: 8px;
|
|
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
|
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
|
|
|
overflow: visible;
|
|
overflow: visible;
|