Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigwood
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
bigwood
Commits
955f2e83
Commit
955f2e83
authored
Jan 16, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
d8cba766
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
index.vue
src/pages/vehicle/index.vue
+9
-1
No files found.
src/pages/vehicle/index.vue
View file @
955f2e83
...
...
@@ -28,7 +28,7 @@
<div
class=
""
>
<q-table
v-if=
"$q.platform.is.desktop"
separator=
"cell"
:pagination=
"pages"
dense
:rows=
"hotels"
row-key=
"Id"
bordered
:columns=
"cols"
class=
"sticky-rightrowspan-column-table light-border col no-shadow"
>
class=
"sticky-rightrowspan-column-table light-border col no-shadow
sticky-rightrowspan-column-table2
"
>
<template
v-slot:body-cell-Id=
"props"
>
<!--未提交报价,可以修改-->
<q-td
:prop=
"props"
>
...
...
@@ -334,4 +334,12 @@ th {
.table-title
{
font-size
:
14px
;
}
.sticky-rightrowspan-column-table2
th
:last-child
,
.sticky-rightrowspan-column-table2
tbody
tr
td
{
position
:
sticky
!important
;
right
:
0
!important
;
z-index
:
1
!important
;
box-shadow
:
rgba
(
0
,
0
,
0
,
0.05
)
-2px
0px
0px
!important
;
}
</
style
>
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