Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
T
tabulator-another-web
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
MyCard
tabulator-another-web
Commits
496dd3a9
Commit
496dd3a9
authored
Jun 03, 2025
by
xiaoye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
4a7cf6a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
7 deletions
+5
-7
src/pages/main.vue
src/pages/main.vue
+5
-1
src/style/page.scss
src/style/page.scss
+0
-6
No files found.
src/pages/main.vue
View file @
496dd3a9
...
@@ -2,7 +2,11 @@
...
@@ -2,7 +2,11 @@
<view
id =
'page'
>
<view
id =
'page'
>
<view
id =
'really'
class =
'click head'
>
<view
id =
'really'
class =
'click head'
>
<view>
<view>
<button
class =
'button'
@
click =
'page.show.drawer()'
>
<button
:style =
"size.width > size.height ?
{ width: '30%' } : {}"
class = 'button'
@click = 'page.show.drawer()'
>
<uni-icons
:type =
"page.menu ? page.drawer ? 'left' : 'search' : page.drawer ? 'left' : 'info'"
></uni-icons>
<uni-icons
:type =
"page.menu ? page.drawer ? 'left' : 'search' : page.drawer ? 'left' : 'info'"
></uni-icons>
</button>
</button>
</view>
</view>
...
...
src/style/page.scss
View file @
496dd3a9
...
@@ -9,9 +9,6 @@
...
@@ -9,9 +9,6 @@
cursor
:
pointer
;
cursor
:
pointer
;
}
}
}
}
.button
{
width
:
30%
;
}
}
}
#really
{
#really
{
box-shadow
:
2px
2px
10px
rgba
(
0
,
0
,
0
,
0
.2
);
box-shadow
:
2px
2px
10px
rgba
(
0
,
0
,
0
,
0
.2
);
...
@@ -33,7 +30,6 @@
...
@@ -33,7 +30,6 @@
}
}
:deep
(
#user
)
{
:deep
(
#user
)
{
position
:
fixed
;
position
:
fixed
;
top
:
70px
;
right
:
2%
;
right
:
2%
;
z-index
:
2
;
z-index
:
2
;
max-width
:
var
(
--
size
);
max-width
:
var
(
--
size
);
...
@@ -46,7 +42,6 @@
...
@@ -46,7 +42,6 @@
}
}
:deep
(
#drawer
)
{
:deep
(
#drawer
)
{
position
:
fixed
;
position
:
fixed
;
top
:
70px
;
z-index
:
2
;
z-index
:
2
;
width
:
var
(
--
size
);
width
:
var
(
--
size
);
height
:
80%
;
height
:
80%
;
...
@@ -90,7 +85,6 @@
...
@@ -90,7 +85,6 @@
.Pics
{
.Pics
{
position
:
fixed
;
position
:
fixed
;
top
:
70px
;
z-index
:
2
;
z-index
:
2
;
right
:
2%
;
right
:
2%
;
max-width
:
var
(
--
maxsize
);
max-width
:
var
(
--
maxsize
);
...
...
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