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
9df98942
Commit
9df98942
authored
Jul 18, 2023
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*
parent
e7e4bd19
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
55 additions
and
25 deletions
+55
-25
sousuo.png
dsk-operate-ui/src/assets/images/project/sousuo.png
+0
-0
index.scss
dsk-operate-ui/src/assets/styles/index.scss
+3
-0
project.scss
dsk-operate-ui/src/assets/styles/project.scss
+19
-4
index.vue
dsk-operate-ui/src/components/SvgIcon/index.vue
+3
-3
Navbar.vue
dsk-operate-ui/src/layout/components/Navbar.vue
+3
-3
HeadForm.vue
...perate-ui/src/views/detail/party-a/component/HeadForm.vue
+14
-4
xgqy.vue
...erate-ui/src/views/project/projectList/component/xgqy.vue
+3
-2
zlwd.vue
...erate-ui/src/views/project/projectList/component/zlwd.vue
+9
-8
index.vue
dsk-operate-ui/src/views/project/projectList/index.vue
+1
-1
No files found.
dsk-operate-ui/src/assets/images/project/sousuo.png
0 → 100644
View file @
9df98942
881 Bytes
dsk-operate-ui/src/assets/styles/index.scss
View file @
9df98942
...
...
@@ -652,6 +652,9 @@ ul, li {
height
:
32px
;
border
:
0
;
}
.el-input__suffix
{
margin-top
:
-1px
;
}
}
.btn
{
background
:
#F5F5F5
;
...
...
dsk-operate-ui/src/assets/styles/project.scss
View file @
9df98942
...
...
@@ -827,10 +827,22 @@
right
:
16px
;
top
:
17px
;
.searchInput
{
width
:
178px
;
border
:
1px
solid
#D9D9D9
;
.el-input--medium
.el-input__inner
{
font-size
:
12px
;
&
.small
{
border
:
1px
solid
#d9d9d9
;
width
:
240px
;
.el-input
{
width
:
180px
;
}
.el-input__inner
{
padding-right
:
32px
;
}
.el-input__prefix
{
left
:
8px
;
top
:
-3px
;
img
{
width
:
16px
;
}
}
}
}
.b2
{
...
...
@@ -1187,3 +1199,6 @@
//box-shadow: 4px 0 9px -5px rgba(0, 0, 0, 0.12);
//-webkit-box-shadow: 4px 0 9px -5px rgba(0, 0, 0, 0.12);
}
.el-select
.el-input__inner
{
padding-left
:
16px
;
}
dsk-operate-ui/src/components/SvgIcon/index.vue
View file @
9df98942
...
...
@@ -46,9 +46,9 @@ export default {
<
style
scoped
>
.svg-icon
{
width
:
1em
;
height
:
1em
;
vertical-align
:
-0.15em
;
width
:
1
.29
em
;
height
:
1
.29
em
;
/*vertical-align: -0.22em;*/
fill
:
currentColor
;
overflow
:
hidden
;
}
...
...
dsk-operate-ui/src/layout/components/Navbar.vue
View file @
9df98942
...
...
@@ -147,9 +147,9 @@ export default {
.user-avatar
{
display
:
inline-block
;
cursor
:
pointer
;
width
:
2
0
px
;
height
:
2
0
px
;
line-height
:
2
0
px
;
width
:
2
4
px
;
height
:
2
4
px
;
line-height
:
2
4
px
;
text-align
:
center
;
background
:
#E3EEF9
;
color
:
#0081FF
;
...
...
dsk-operate-ui/src/views/detail/party-a/component/HeadForm.vue
View file @
9df98942
...
...
@@ -210,10 +210,12 @@ export default {
display
:
flex
;
border-radius
:
2px
0px
0px
2px
;
border
:
1px
solid
#D9D9D9
;
line-height
:
32px
;
height
:
32px
;
span
{
width
:
60px
;
height
:
3
2
px
;
line-height
:
32
px
;
height
:
3
0
px
;
line-height
:
28
px
;
font-size
:
14px
;
background
:
#F5F5F5
;
text-align
:
center
;
...
...
@@ -234,9 +236,12 @@ export default {
flex
:
1
;
}
::v-deep
.el-input__inner
{
border-radius
:
2px
0
2px
0
;
border
:
0
;
border-right
:
0
;
line-height
:
30px
;
height
:
30px
;
position
:
absolute
;
top
:
0
;
padding-right
:
32px
;
}
}
.fromTime
{
...
...
@@ -251,6 +256,11 @@ export default {
.fromTime-icon
{
display
:
none
;
}
.el-select
{
.el-input__suffix
{
right
:
10px
;
}
}
}
::v-deep
.form-content-width
{
width
:
170px
;
...
...
dsk-operate-ui/src/views/project/projectList/component/xgqy.vue
View file @
9df98942
...
...
@@ -7,8 +7,9 @@
<el-select
class=
"select"
placeholder=
"企业类型"
clearable
v-model=
"searchParam.companyType"
@
change=
"handleCurrentChange(1)"
>
<el-option
v-for=
"(item,index) in companytype"
:label=
"item.dictLabel"
:value=
"item.dictValue"
></el-option>
</el-select>
<div
class=
"searchInput"
>
<el-input
type=
"text"
placeholder=
"输入关键词查询"
clearable
v-model=
"searchParam.companyName"
></el-input>
<div
class=
"searchInput small"
>
<el-input
type=
"text"
placeholder=
"输入关键词查询"
clearable
v-model=
"searchParam.companyName"
>
<i
slot=
"prefix"
class=
"el-input__icon"
><img
src=
"@/assets/images/project/sousuo.png"
></i></el-input>
<div
class=
"btn"
@
click=
"handleCurrentChange(1)"
>
搜索
</div>
</div>
<div
class=
"btn btn_primary h32 b3"
@
click=
"opennew"
v-if=
"isDisableds == false"
><div
class=
"img img1"
></div>
添加相关企业
</div>
...
...
dsk-operate-ui/src/views/project/projectList/component/zlwd.vue
View file @
9df98942
...
...
@@ -5,8 +5,10 @@
<div
class=
"cardtitles"
>
资料文档
</div>
<div
class=
"searchbtns"
>
<!--
<div
class=
"searchbtns"
v-if=
"fileDatas.rows != null && fileDatas.rows.length>0"
>
-->
<div
class=
"searchInput"
>
<el-input
type=
"text"
v-model=
"param.keyword"
clearable
placeholder=
"输入关键词查询"
></el-input>
<div
class=
"searchInput small"
>
<el-input
type=
"text"
v-model=
"param.keyword"
clearable
placeholder=
"输入关键词查询"
>
<i
slot=
"prefix"
class=
"el-input__icon"
><img
src=
"@/assets/images/project/sousuo.png"
></i>
</el-input>
<div
class=
"btn"
@
click=
"handleCurrentChange(1)"
>
搜索
</div>
</div>
<!--
<div
class=
"btn btn_primary h32 b2"
@
click=
"getUP"
v-if=
"fileDatas.total>0"
><div
class=
"img img2"
></div>
上传
</div>
-->
...
...
@@ -148,10 +150,11 @@
</template>
<
script
>
import
"@/assets/styles/project.scss"
import
{
getToken
}
from
"@/utils/auth"
;
import
{
getZLWD
,
delZLWD
}
from
"@/api/project/project"
;
import
'@/assets/styles/project.scss'
import
{
getToken
}
from
'@/utils/auth'
import
{
delZLWD
,
getZLWD
}
from
'@/api/project/project'
import
skeleton
from
'./skeleton'
export
default
{
components
:{
skeleton
},
name
:
'zlwd'
,
...
...
@@ -306,6 +309,7 @@
</
script
>
<
style
lang=
"scss"
scoped
>
v-deep
.el-upload
:focus
{
color
:
#FFFFFF
!
important
;
}
...
...
@@ -388,7 +392,4 @@
}
}
}
.searchInput
.el-input
{
width
:
68%
;
}
</
style
>
dsk-operate-ui/src/views/project/projectList/index.vue
View file @
9df98942
...
...
@@ -10,7 +10,7 @@
<el-tab-pane
label=
"公司全部项目"
name=
"second"
></el-tab-pane>
<div
class=
"searchInput"
>
<el-input
type=
"text"
v-model=
"searchParam.projectName"
placeholder=
"请输入项目或业主单位名称关键词进行搜索"
></el-input>
<el-input
type=
"text"
style=
"width: 530px;"
v-model=
"searchParam.projectName"
placeholder=
"请输入项目或业主单位名称关键词进行搜索"
></el-input>
<div
class=
"btn"
@
click=
"getList(1)"
>
搜索
</div>
</div>
<div
class=
"sellist"
>
...
...
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