Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
psa-web
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
高滢
psa-web
Commits
fab3c56d
Commit
fab3c56d
authored
Apr 24, 2025
by
‘老张’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
各个分别加载修改为全加载
parent
14e05682
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
index.vue
src/views/timesheet/timesheet/index.vue
+2
-6
No files found.
src/views/timesheet/timesheet/index.vue
View file @
fab3c56d
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
</span>
</span>
</el-row>
</el-row>
</div>
</div>
<div
class=
"back"
>
<div
class=
"back"
v-loading=
"loading"
>
<div
class=
"cards-container"
>
<div
class=
"cards-container"
>
<!-- 表单样式 -->
<!-- 表单样式 -->
<el-row
:gutter=
"20"
>
<el-row
:gutter=
"20"
>
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
:key=
"index"
>
:key=
"index"
>
<el-card
class=
"card"
<el-card
class=
"card"
shadow=
"never"
shadow=
"never"
v-loading=
"loading"
>
>
<template
#
header
>
<template
#
header
>
<div
class=
"card-header"
>
<div
class=
"card-header"
>
<p>
<p>
...
@@ -519,10 +519,6 @@ function handleExport() {
...
@@ -519,10 +519,6 @@ function handleExport() {
color
:
#0D162A
;
color
:
#0D162A
;
}
}
.table-head
th
,
tbody
td
{
/*padding: 10px;*/
/* 单元格内边距 */
/* 移除了边框相关的代码 */
}
.table-head
th
{
.table-head
th
{
color
:
#999999
;
color
:
#999999
;
...
...
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