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
9dcddaf0
Commit
9dcddaf0
authored
Jul 14, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
6d4f8de8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
44 additions
and
4 deletions
+44
-4
img_bg.png
dsk-operate-ui/src/assets/images/economies/img_bg.png
+0
-0
index.vue
dsk-operate-ui/src/views/macro/enterprises/index.vue
+22
-2
index.vue
dsk-operate-ui/src/views/macro/urban/index.vue
+22
-2
No files found.
dsk-operate-ui/src/assets/images/economies/img_bg.png
View replaced file @
6d4f8de8
View file @
9dcddaf0
57.2 KB
|
W:
|
H:
56 KB
|
W:
|
H:
2-up
Swipe
Onion skin
dsk-operate-ui/src/views/macro/enterprises/index.vue
View file @
9dcddaf0
...
...
@@ -19,7 +19,7 @@
placeholder=
"资质资格"
collapse-tags
clearable
></el-cascader>
<el-input
placeholder=
"输入
企业名称关键词
"
v-model=
"queryParams.ename"
clearable
@
clear=
"handleSearch()"
>
<el-input
placeholder=
"输入
关键词查询
"
v-model=
"queryParams.ename"
clearable
@
clear=
"handleSearch()"
>
<el-button
slot=
"append"
@
click=
"handleSearch()"
>
搜索
</el-button>
</el-input>
<span
class=
"total"
>
共
{{
tableDataTotal
}}
条
</span>
...
...
@@ -356,17 +356,22 @@ export default {
}
}
::v-deep
.el-input.el-input-group
{
width
:
2
5
0px
;
width
:
2
4
0px
;
height
:
32px
;
.el-input__inner
{
height
:
32px
;
border-right
:
0
;
}
.el-input__suffix
{
margin-top
:
-1px
;
}
.el-input-group__append
{
width
:
59px
;
background
:
#F5F5F5
;
color
:
#0081FF
;
border-left
:
0
;
padding
:
0
;
text-align
:
center
;
}
}
.total
{
...
...
@@ -399,6 +404,21 @@ export default {
margin-top
:
8px
;
}
}
::v-deep
.el-table
{
th
{
font-size
:
12px
!
important
;
font-weight
:
400
!
important
;
}
.el-table__fixed-header-wrapper
th
{
background
:
#F0F3FA
;
}
td
.el-table__cell
{
border-bottom
:
0
;
}
.caret-wrapper
{
width
:
10px
;
}
}
}
}
}
...
...
dsk-operate-ui/src/views/macro/urban/index.vue
View file @
9dcddaf0
...
...
@@ -91,7 +91,7 @@
<!--</div>-->
</div>
</div>
<el-input
class=
"search-input"
placeholder=
"输入企业名称
关键词
"
v-model=
"queryParams.keyword"
clearable
@
clear=
"handleKeyword()"
>
<el-input
class=
"search-input"
placeholder=
"输入企业名称
查询
"
v-model=
"queryParams.keyword"
clearable
@
clear=
"handleKeyword()"
>
<
template
slot=
"prepend"
><i
class=
"el-icon-search"
></i></
template
>
<el-button
slot=
"append"
@
click=
"handleKeyword"
>
搜索
</el-button>
</el-input>
...
...
@@ -852,7 +852,7 @@ export default {
}
::v-deep
.search-input
{
/*::v-deep .el-input{*/
width
:
2
60
px
;
width
:
2
35
px
;
height
:
32px
;
.el-input__inner
:focus
{
border-color
:
#e0e0e0
;
...
...
@@ -870,6 +870,11 @@ export default {
border-left
:
0
;
height
:
32px
;
line-height
:
32px
;
font-size
:
12px
;
padding-left
:
6px
;
}
.el-input__suffix
{
margin-top
:
-1px
;
}
.el-input-group__append
:last-child
{
width
:
60px
;
...
...
@@ -906,6 +911,21 @@ export default {
margin-top
:
8px
;
}
}
::v-deep
.el-table
{
th
{
font-size
:
12px
!
important
;
font-weight
:
400
!
important
;
}
.el-table__fixed-header-wrapper
th
{
background
:
#F0F3FA
;
}
td
.el-table__cell
{
border-bottom
:
0
;
}
.caret-wrapper
{
width
:
10px
;
}
}
}
.companyName
{
width
:
200px
;
...
...
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