样式调整
Showing
2 changed files
with
11 additions
and
6 deletions
... | @@ -594,7 +594,7 @@ export default { | ... | @@ -594,7 +594,7 @@ export default { |
594 | } | 594 | } |
595 | .logo-word{ | 595 | .logo-word{ |
596 | padding-left: 8px; | 596 | padding-left: 8px; |
597 | padding-top: 15px; | 597 | padding-top: 16px; |
598 | height: 20px; | 598 | height: 20px; |
599 | } | 599 | } |
600 | // .logo-text { | 600 | // .logo-text { | ... | ... |
... | @@ -149,13 +149,13 @@ | ... | @@ -149,13 +149,13 @@ |
149 | <td colspan="2" v-if="index===0" :rowspan="ytTitleRowspan" class="tdright" id="ytTitle"> | 149 | <td colspan="2" v-if="index===0" :rowspan="ytTitleRowspan" class="tdright" id="ytTitle"> |
150 | <i class="iconfont iconicon-test1" style="margin-right: 8px;color:#66b1ff;font-size:30px" @click="addYtInfo" v-if="!disabled"></i> | 150 | <i class="iconfont iconicon-test1" style="margin-right: 8px;color:#66b1ff;font-size:30px" @click="addYtInfo" v-if="!disabled"></i> |
151 | <i class="iconfont iconicon-test1" style="margin-right: 8px;color:#66b1ff;font-size:30px;cursor: not-allowed" v-if="disabled"></i> | 151 | <i class="iconfont iconicon-test1" style="margin-right: 8px;color:#66b1ff;font-size:30px;cursor: not-allowed" v-if="disabled"></i> |
152 | <span><i class="requisite">*</i>房屋用途</span> | 152 | <span class="ghyt"><i class="requisite">*</i>房屋用途</span> |
153 | </td> | 153 | </td> |
154 | 154 | ||
155 | <td colspan="1" style="min-width:120px" class="tdright"> | 155 | <td colspan="1" style="min-width:120px" class="tdright"> |
156 | <i class="iconfont iconicon-test" style="color:#FA6400;font-size:30px" @click="deleteYtInfo(index)" v-if="!disabled"></i> | 156 | <i class="iconfont iconicon-test" style="color:#FA6400;font-size:30px" @click="deleteYtInfo(index)" v-if="!disabled"></i> |
157 | <i class="iconfont iconicon-test" style="color:#FA6400;font-size:30px;cursor: not-allowed" v-if="disabled"></i> | 157 | <i class="iconfont iconicon-test" style="color:#FA6400;font-size:30px;cursor: not-allowed" v-if="disabled"></i> |
158 | 规划用途 | 158 | <span class="ghyt">规划用途</span> |
159 | </td> | 159 | </td> |
160 | <td colspan="3" > | 160 | <td colspan="3" > |
161 | <el-select-tree style="width:100%" | 161 | <el-select-tree style="width:100%" |
... | @@ -195,12 +195,12 @@ | ... | @@ -195,12 +195,12 @@ |
195 | <td colspan="2" v-if="index===0" :rowspan="fwjgTitleRowspan" class="tdright"> | 195 | <td colspan="2" v-if="index===0" :rowspan="fwjgTitleRowspan" class="tdright"> |
196 | <i class="iconfont iconicon-test1" style="margin-right: 8px;color:#66b1ff;font-size:30px" @click="addFwjgInfo" v-if="!disabled"></i> | 196 | <i class="iconfont iconicon-test1" style="margin-right: 8px;color:#66b1ff;font-size:30px" @click="addFwjgInfo" v-if="!disabled"></i> |
197 | <i class="iconfont iconicon-test1" style="margin-right: 8px;color:#66b1ff;font-size:30px;cursor: not-allowed" v-if="disabled"></i> | 197 | <i class="iconfont iconicon-test1" style="margin-right: 8px;color:#66b1ff;font-size:30px;cursor: not-allowed" v-if="disabled"></i> |
198 | <span><i class="requisite">*</i>房屋结构</span> | 198 | <span class="fwjg"><i class="requisite">*</i>房屋结构</span> |
199 | </td> | 199 | </td> |
200 | <td colspan="1" class="tdright"> | 200 | <td colspan="1" class="tdright"> |
201 | <i class="iconfont iconicon-test" style="color:#FA6400;font-size:30px" @click="deleteFwjgInfo(index)" v-if="!disabled"></i> | 201 | <i class="iconfont iconicon-test" style="color:#FA6400;font-size:30px" @click="deleteFwjgInfo(index)" v-if="!disabled"></i> |
202 | <i class="iconfont iconicon-test" style="color:#FA6400;font-size:30px;cursor: not-allowed" v-if="disabled"></i> | 202 | <i class="iconfont iconicon-test" style="color:#FA6400;font-size:30px;cursor: not-allowed" v-if="disabled"></i> |
203 | 房屋结构 | 203 | <span class="fwjg">房屋结构</span> |
204 | 204 | ||
205 | </td> | 205 | </td> |
206 | <td colspan="9" > | 206 | <td colspan="9" > |
... | @@ -914,7 +914,12 @@ | ... | @@ -914,7 +914,12 @@ |
914 | } | 914 | } |
915 | td { | 915 | td { |
916 | text-align: center; | 916 | text-align: center; |
917 | height: 36px; | 917 | height: 36px; |
918 | .ghyt,.fwjg{ | ||
919 | position: relative; | ||
920 | top: -5px; | ||
921 | margin-left: 6px; | ||
922 | } | ||
918 | } | 923 | } |
919 | 924 | ||
920 | /deep/ .el-input__inner { | 925 | /deep/ .el-input__inner { | ... | ... |
-
Please register or sign in to post a comment