Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
桩
桩基检测
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
Merge Requests
0
Merge Requests
0
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
张牧越
桩基检测
Commits
a6c0f4c7
Commit
a6c0f4c7
authored
Jun 09, 2023
by
陈珊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
2c5f0563
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
9 deletions
+3
-9
gczljc.css
static/css/dist/gczljc.css
+0
-6
gczljc.scss
static/css/scss/gczljc.scss
+3
-3
No files found.
static/css/dist/gczljc.css
View file @
a6c0f4c7
...
...
@@ -174,12 +174,6 @@
color
:
#fff
;
}
.container
.maincon
.card
.list
.list-main
.flex-item
div
{
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
}
.container
.maincon
.card
.list
.list-main
.flex-item
:nth-child
(
odd
)
{
background
:
rgba
(
22
,
126
,
255
,
0.05
);
}
...
...
static/css/scss/gczljc.scss
View file @
a6c0f4c7
...
...
@@ -123,9 +123,9 @@
text-align
:
center
;
color
:
#fff
;
div
{
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
//
overflow: hidden;
//
white-space: nowrap;
//
text-overflow: ellipsis;
}
&
:nth-child
(
odd
)
{
background
:
rgba
(
22
,
126
,
255
,
.05
);
...
...
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