Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
R
rrpgLink_FrontEnd
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kesaubeeire
rrpgLink_FrontEnd
Commits
bdd64cc5
Commit
bdd64cc5
authored
Nov 01, 2023
by
KesaubeEire
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style: 导航侧边栏的圆角对齐主题
parent
81b200ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/App.svelte
src/App.svelte
+2
-2
No files found.
src/App.svelte
View file @
bdd64cc5
...
@@ -242,7 +242,7 @@
...
@@ -242,7 +242,7 @@
<input id="my-drawer-3" type="checkbox" class="drawer-toggle" />
<input id="my-drawer-3" type="checkbox" class="drawer-toggle" />
<div class="drawer-content flex flex-col">
<div class="drawer-content flex flex-col">
<!-- Navbar -->
<!-- Navbar -->
<div class="w-full h-[76px] navbar bg-base-300 sticky top-0 z-30">
<div class="w-full h-[76px] navbar bg-base-300 sticky top-0 z-30
rounded-b-box
">
<div class="flex-none lg:hidden">
<div class="flex-none lg:hidden">
<label for="my-drawer-3" aria-label="open sidebar" class="btn btn-square btn-ghost">
<label for="my-drawer-3" aria-label="open sidebar" class="btn btn-square btn-ghost">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" class="inline-block w-6 h-6 stroke-current">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" class="inline-block w-6 h-6 stroke-current">
...
@@ -344,7 +344,7 @@
...
@@ -344,7 +344,7 @@
</div>
</div>
<div class="drawer-side z-[40]">
<div class="drawer-side z-[40]">
<label for="my-drawer-3" aria-label="close sidebar" class="drawer-overlay" />
<label for="my-drawer-3" aria-label="close sidebar" class="drawer-overlay" />
<ul class="menu p-4 min-w-60 min-h-full bg-base-200">
<ul class="menu p-4 min-w-60 min-h-full bg-base-200
rounded-r-box
">
<!-- NOTE: (侧边栏) 功能区遍历 -->
<!-- NOTE: (侧边栏) 功能区遍历 -->
{#each injectText as Item}
{#each injectText as Item}
{#if Item.id == 'search' && $_category.length && $_tagTrans.length}
{#if Item.id == 'search' && $_category.length && $_tagTrans.length}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment