Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
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
37581e2b
authored
2021-01-19 15:41:37 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
样式调整
1 parent
76174cfc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
6 deletions
src/views/Home.vue
src/views/zrz/zrzxx/index.vue
src/views/Home.vue
View file @
37581e2
...
...
@@ -594,7 +594,7 @@ export default {
}
.logo-word
{
padding-left
:
8px
;
padding-top
:
1
5
px
;
padding-top
:
1
6
px
;
height
:
20px
;
}
//
.logo-text
{
...
...
src/views/zrz/zrzxx/index.vue
View file @
37581e2
...
...
@@ -149,13 +149,13 @@
<td
colspan=
"2"
v-if=
"index===0"
:rowspan=
"ytTitleRowspan"
class=
"tdright"
id=
"ytTitle"
>
<i
class=
"iconfont iconicon-test1"
style=
"margin-right: 8px;color:#66b1ff;font-size:30px"
@
click=
"addYtInfo"
v-if=
"!disabled"
></i>
<i
class=
"iconfont iconicon-test1"
style=
"margin-right: 8px;color:#66b1ff;font-size:30px;cursor: not-allowed"
v-if=
"disabled"
></i>
<span><i
class=
"requisite"
>
*
</i>
房屋用途
</span>
<span
class=
"ghyt"
><i
class=
"requisite"
>
*
</i>
房屋用途
</span>
</td>
<td
colspan=
"1"
style=
"min-width:120px"
class=
"tdright"
>
<i
class=
"iconfont iconicon-test"
style=
"color:#FA6400;font-size:30px"
@
click=
"deleteYtInfo(index)"
v-if=
"!disabled"
></i>
<i
class=
"iconfont iconicon-test"
style=
"color:#FA6400;font-size:30px;cursor: not-allowed"
v-if=
"disabled"
></i>
规划用途
<span
class=
"ghyt"
>
规划用途
</span>
</td>
<td
colspan=
"3"
>
<el-select-tree
style=
"width:100%"
...
...
@@ -195,12 +195,12 @@
<td
colspan=
"2"
v-if=
"index===0"
:rowspan=
"fwjgTitleRowspan"
class=
"tdright"
>
<i
class=
"iconfont iconicon-test1"
style=
"margin-right: 8px;color:#66b1ff;font-size:30px"
@
click=
"addFwjgInfo"
v-if=
"!disabled"
></i>
<i
class=
"iconfont iconicon-test1"
style=
"margin-right: 8px;color:#66b1ff;font-size:30px;cursor: not-allowed"
v-if=
"disabled"
></i>
<span><i
class=
"requisite"
>
*
</i>
房屋结构
</span>
<span
class=
"fwjg"
><i
class=
"requisite"
>
*
</i>
房屋结构
</span>
</td>
<td
colspan=
"1"
class=
"tdright"
>
<i
class=
"iconfont iconicon-test"
style=
"color:#FA6400;font-size:30px"
@
click=
"deleteFwjgInfo(index)"
v-if=
"!disabled"
></i>
<i
class=
"iconfont iconicon-test"
style=
"color:#FA6400;font-size:30px;cursor: not-allowed"
v-if=
"disabled"
></i>
房屋结构
<span
class=
"fwjg"
>
房屋结构
</span>
</td>
<td
colspan=
"9"
>
...
...
@@ -914,7 +914,12 @@
}
td
{
text-align
:
center
;
height
:
36px
;
height
:
36px
;
.ghyt,.fwjg{
position
:
relative
;
top
:
-5px
;
margin-left
:
6px
;
}
}
/
deep
/
.el-input__inner
{
...
...
Please
register
or
sign in
to post a comment