Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
Project
Project
Details
Activity
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
Administrator
dsk-cr20g
Commits
dac40084
Commit
dac40084
authored
Oct 12, 2023
by
tianhongyang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'V20230915' of
http://192.168.60.201/root/dsk-operate-sys
into V20230915
parents
3fe2ebca
90cbdb0f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
EnterpriseProjectImportantListDto.java
.../dsk/jsk/domain/bo/EnterpriseProjectImportantListDto.java
+2
-1
index.scss
dsk-operate-ui/src/assets/styles/index.scss
+2
-2
index.vue
dsk-operate-ui/src/views/macro/enterprises/index.vue
+1
-1
No files found.
dsk-module/dsk-biz-api/src/main/java/com/dsk/jsk/domain/bo/EnterpriseProjectImportantListDto.java
View file @
dac40084
...
...
@@ -7,6 +7,7 @@ import lombok.NoArgsConstructor;
import
lombok.ToString
;
import
javax.validation.constraints.NotNull
;
import
java.util.List
;
@Data
@ToString
...
...
@@ -20,6 +21,6 @@ public class EnterpriseProjectImportantListDto extends BasePage {
private
String
projectLevel
;
private
String
projectType
;
private
List
<
String
>
projectType
;
}
dsk-operate-ui/src/assets/styles/index.scss
View file @
dac40084
...
...
@@ -232,7 +232,7 @@ ul, li {
}
}
.
el-input__inner
:
:
placeholder
{
color
:
rgba
(
35
,
35
,
35
,
0
.
4
)
!
important
;
color
:
rgba
(
35
,
35
,
35
,
0
.
8
)
!
important
;
}
.el-select
.el-input
.el-select__caret
{
color
:
#232323
;
...
...
@@ -631,7 +631,7 @@ ul, li {
line-height
:
32px
;
}
&
:hover
{
color
:
#
fff
;
color
:
#
006AD1
;
border-color
:
#006AD1
;
}
}
...
...
dsk-operate-ui/src/views/macro/enterprises/index.vue
View file @
dac40084
...
...
@@ -613,7 +613,7 @@ export default {
&
>
span
{
color
:
#232323
;
color
:
rgba
(
35
,
35
,
35
,
0
.
4
);
color
:
rgba
(
35
,
35
,
35
,
0
.
8
);
font-weight
:
400
;
margin-left
:
8px
;
line-height
:
22px
;
...
...
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