Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
蔡永松
/
fontweb-dc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
6d1abd58
authored
2020-08-11 15:32:05 +0800
by
焦小希
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch '3ddc' of
http://yun.pashanhoo.com:9090/xian-java/fontweb-dc
into 3ddc
2 parents
65b96fd6
223a6124
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
src/main/webapp/view/projecttask/projectManage/MapView/Widget.html
src/main/webapp/view/projecttask/projectManage/MapView/css/style.css
src/main/webapp/view/projecttask/projectManage/MapView/js/Widget.js
src/main/webapp/view/projecttask/projectManage/MapView/Widget.html
View file @
6d1abd5
...
...
@@ -63,7 +63,7 @@
<!-- <input id="searchtxt" type="text" placeholder="地名、地址、道路" onfocus="this.placeholder=''" onblur="this.placeholder='地名、地址、道路'"
/> -->
<!-- FIXME: ZYS -->
<input
id=
"searchtxt"
type=
"text"
placeholder=
"地名、地址、道路"
/>
<input
id=
"searchtxt"
type=
"text"
placeholder=
"地名、地址、道路"
style=
"color: #0e0e0e"
/>
<!-- END -->
</div>
<div
class=
"jimu-widget-Search-searchbtn"
>
...
...
@@ -104,7 +104,7 @@
<div
class=
"layui-tab layui-tab-brief"
lay-filter=
"docDemoTabBrief"
>
<ul
class=
"layui-tab-title"
>
<li
class=
"layui-this"
>
策划生成
</li>
<li>
行政审批
</li
>
<!-- <li>行政审批</li>--
>
<!-- <li>批后监管</li>-->
</ul>
<div
class=
"layui-tab-content"
>
...
...
src/main/webapp/view/projecttask/projectManage/MapView/css/style.css
View file @
6d1abd5
...
...
@@ -76,6 +76,7 @@ body,
background
:
none
;
margin-left
:
-26px
;
padding-left
:
8px
;
color
:
#151313
;
}
.jimu-widget-searchtxt
input
::-webkit-input-placeholder
{
color
:
black
;
...
...
@@ -280,6 +281,7 @@ body,
.layui-tab-brief
>
.layui-tab-title
.layui-this
{
color
:
#1890FF
;
font-weight
:
600
;
text-align
:
left
;
}
.layui-tab-brief
>
.layui-tab-title
.layui-this
::after
{
...
...
@@ -294,9 +296,11 @@ body,
.container-right-title-content
{
display
:
flex
;
width
:
100%
;
padding
:
24px
8px
24px
8
px
;
padding
:
24px
20
px
;
border-bottom
:
1px
solid
rgba
(
0
,
0
,
0
,
0.06
);
box-sizing
:
border-box
;
align-items
:
center
;
justify-content
:
space-between
;
}
.container-right-title-content-item
{
...
...
@@ -708,7 +712,7 @@ body,
.container-right
.layui-tab-title
li
{
width
:
5
0%
!important
;
width
:
10
0%
!important
;
}
.selected-border
{
...
...
src/main/webapp/view/projecttask/projectManage/MapView/js/Widget.js
View file @
6d1abd5
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment