feat: 样式调整

This commit is contained in:
zoujing
2026-02-04 09:59:05 +08:00
parent ff5355855f
commit 011c28d945
5 changed files with 15 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
<template>
<header class="title-bar flex items-start justify-between h-[40px]">
<header class="flex items-start justify-between h-[40px]">
<div class="title-bar-main flex-auto">
<slot>{{ title ?? '' }}</slot>
</div>
@@ -69,8 +69,4 @@ function handleClose() {
}
</script>
<style scoped>
.title-bar {
background-color: rgba(239, 246, 255, 0.8);
}
</style>
<style scoped></style>