移除Panel组件中的阴影效果

This commit is contained in:
zqm
2025-11-05 13:06:11 +08:00
parent 893bd65f53
commit ce9a20918f

View File

@@ -1,5 +1,5 @@
<template>
<div class="panel bg-white shadow overflow-hidden"
<div class="panel bg-white overflow-hidden"
:style="{ width: '100%', height: '100%' }">
<div class="flex flex-col h-full">
<!-- 标题栏 -->