67454f91 by renchao@pashanhoo.com

style:样式修改

1 parent 4ab467c2
......@@ -10,7 +10,7 @@
<template>
<div :class="['lb-table', customClass]">
<el-table v-if="!heightNumSetting" class="table-fixed" :row-style="{ height: '50px' }" ref="elTable" :border='border'
<el-table v-if="!heightNumSetting" class="table-fixed" :row-style="{ height: '45px' }" ref="elTable" :border='border'
:row-class-name="tableRowClassName" :show-header='showHeader' @row-click="singleElection" v-bind="$attrs"
:height="tableHeight" v-on="$listeners" :data="data" style="width: 100%"
:span-method="this.merge ? this.mergeMethod : this.spanMethod">
......@@ -24,7 +24,7 @@
</lb-column>
</el-table>
<el-table v-else ref="elTable" class="table-fixed heightNumSetting" :row-style="{ height: '50px' }"
<el-table v-else ref="elTable" class="table-fixed heightNumSetting" :row-style="{ height: '45px' }"
:border='border' :row-class-name="tableRowClassName" :show-header='showHeader' @row-click="singleElection" v-bind="$attrs"
:max-height="maxHeight" :height="tableHeight" v-on="$listeners" :data="data" style="width: 100%"
:span-method="this.merge ? this.mergeMethod : this.spanMethod">
......
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-11-15 10:03:39
* @LastEditTime: 2023-11-15 16:18:58
*/
import Vue from 'vue'
import App from './App'
......@@ -55,7 +55,7 @@ import 'quill/dist/quill.bubble.css'
Vue.use(VueQuillEditor)
import * as filters from './filters' // global filters
Vue.use(Element, { size: 'mini', zIndex: 1000 })
Vue.use(Element, { size: 'small', zIndex: 1000 })
Vue.use(Base)
Object.keys(filters).forEach(key => {
Vue.filter(key, filters[key])
......
......@@ -271,12 +271,3 @@
.el-form-item--mini.el-form-item {
margin-bottom: 10px;
}
\ No newline at end of file
.vue-treeselect__control {
height: 28px !important;
}
.vue-treeselect__placeholder,
.vue-treeselect__single-value {
line-height: 28px !important;
}
\ No newline at end of file
......
......@@ -101,7 +101,7 @@
border-bottom: 1px solid $borderColor;
padding-left: 10px;
padding-bottom: 5px;
margin-bottom: 10px;
margin-bottom: 5px;
margin-top: 5px;
font-size: 16px;
font-weight: 500;
......
......@@ -47,7 +47,7 @@
border-bottom: 1px solid $borderColor;
padding-left: 10px;
padding-bottom: 5px;
margin-bottom: 10px;
margin-bottom: 5px;
margin-top: 5px;
font-size: 16px;
font-weight: 500;
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-11-03 14:48:37
* @LastEditTime: 2023-11-15 15:47:29
-->
<template>
<!-- 受理信息 -->
......@@ -751,17 +751,6 @@
height: 50px;
}
.slxx_title {
border-bottom: 1px solid $borderColor;
padding-left: 10px;
padding-bottom: 5px;
margin-bottom: 10px;
margin-top: 5px;
font-size: 16px;
font-weight: 500;
color: #4a4a4a;
}
.btn {
text-align: center;
padding-top: 10px;
......
<template>
<div class="jtfccx-edit">
<div class="jtfccx-edit" style="margin-top:-5px">
<div class="jtfccx-edit-con">
<b class="title">申请信息</b>
<el-form :model="form" label-width="120px">
......@@ -28,7 +28,7 @@
<b class="title">权利人</b>
<el-table
:data="form.qlrList"
height="160"
height="130"
border
:cell-style="{ textAlign: 'center' }"
:header-cell-style="{textAlign: 'center'}"
......@@ -502,10 +502,9 @@
<style scoped lang="scss">
@import "~@/styles/mixin.scss";
@import "~@/styles/public.scss";
.title {
padding-bottom: 10px;
margin-bottom: 10px;
padding-bottom: 5px;
margin-bottom: 5px;
display: block;
border-bottom: 1px solid $borderColor;
}
......@@ -514,13 +513,11 @@
@include flex;
flex-direction: column;
overflow-y: hidden;
max-height: 85vh;
max-height: 90vh;
padding: 0 2px;
.submit-button {
text-align: center;
height: 52px;
padding-top: 10px;
background-color: #fff;
}
}
......
<!--
* @Description: 房屋多幢受理信息
* @Autor: ssq
* @LastEditTime: 2023-09-25 15:11:12
* @LastEditTime: 2023-11-15 15:46:54
-->
<template>
<div class="slxx">
......@@ -566,17 +566,6 @@
height: 50px;
}
.slxx_title {
border-bottom: 1px solid $borderColor;
padding-left: 10px;
padding-bottom: 5px;
margin-bottom: 10px;
margin-top: 5px;
font-size: 16px;
font-weight: 500;
color: #4a4a4a;
}
.btn {
text-align: center;
padding-top: 10px;
......
<!--
* @Description: 受理信息
* @Autor: renchao
* @LastEditTime: 2023-10-10 13:42:57
* @LastEditTime: 2023-11-15 15:46:58
-->
<template>
<div class="slxx">
......@@ -686,17 +686,6 @@
height: 50px;
}
.slxx_title {
border-bottom: 1px solid $borderColor;
padding-left: 10px;
padding-bottom: 5px;
margin-bottom: 10px;
margin-top: 5px;
font-size: 16px;
font-weight: 500;
color: #4a4a4a;
}
.btn {
text-align: center;
padding-top: 10px;
......
<!--
* @Description: 受理信息
* @Autor: renchao
* @LastEditTime: 2023-09-20 13:32:47
* @LastEditTime: 2023-11-15 15:47:37
-->
<template>
<div class="slxx">
......@@ -593,17 +593,6 @@
height: 50px;
}
.slxx_title {
border-bottom: 1px solid $borderColor;
padding-left: 10px;
padding-bottom: 5px;
margin-bottom: 10px;
margin-top: 5px;
font-size: 16px;
font-weight: 500;
color: #4a4a4a;
}
.btn {
text-align: center;
padding-top: 10px;
......
<!--
* @Description: 受理信息
* @Autor: renchao
* @LastEditTime: 2023-09-20 13:41:15
* @LastEditTime: 2023-11-15 15:47:02
-->
<template>
<div class="slxx">
......@@ -498,17 +498,6 @@
height: 50px;
}
.slxx_title {
border-bottom: 1px solid $borderColor;
padding-left: 10px;
padding-bottom: 5px;
margin-bottom: 10px;
margin-top: 5px;
font-size: 16px;
font-weight: 500;
color: #4a4a4a;
}
.btn {
text-align: center;
padding-top: 10px;
......
......@@ -530,17 +530,6 @@
height: 50px;
}
.slxx_title {
border-bottom: 1px solid $borderColor;
padding-left: 10px;
padding-bottom: 5px;
margin-bottom: 10px;
margin-top: 5px;
font-size: 16px;
font-weight: 500;
color: #4a4a4a;
}
.btn {
text-align: center;
padding-top: 10px;
......
<!--
* @Description: 房屋多幢受理信息
* @Autor: ssq
* @LastEditTime: 2023-09-20 14:25:52
* @LastEditTime: 2023-11-15 15:47:55
-->
<template>
<div class="slxx">
......@@ -557,17 +557,6 @@
height: 50px;
}
.slxx_title {
border-bottom: 1px solid $borderColor;
padding-left: 10px;
padding-bottom: 5px;
margin-bottom: 10px;
margin-top: 5px;
font-size: 16px;
font-weight: 500;
color: #4a4a4a;
}
.btn {
text-align: center;
padding-top: 10px;
......
<!--
* @Description: 房屋多幢受理信息
* @Autor: ssq
* @LastEditTime: 2023-09-20 14:23:42
* @LastEditTime: 2023-11-15 15:48:15
-->
<template>
<div class="slxx">
......@@ -575,17 +575,6 @@
height: 50px;
}
.slxx_title {
border-bottom: 1px solid $borderColor;
padding-left: 10px;
padding-bottom: 5px;
margin-bottom: 10px;
margin-top: 5px;
font-size: 16px;
font-weight: 500;
color: #4a4a4a;
}
.btn {
text-align: center;
padding-top: 10px;
......
......@@ -517,17 +517,6 @@
height: 50px;
}
.slxx_title {
border-bottom: 1px solid $borderColor;
padding-left: 10px;
padding-bottom: 5px;
margin-bottom: 10px;
margin-top: 5px;
font-size: 16px;
font-weight: 500;
color: #4a4a4a;
}
.btn {
text-align: center;
padding-top: 10px;
......
......@@ -455,17 +455,6 @@
height: 50px;
}
.slxx_title {
border-bottom: 1px solid $borderColor;
padding-left: 10px;
padding-bottom: 5px;
margin-bottom: 10px;
margin-top: 5px;
font-size: 16px;
font-weight: 500;
color: #4a4a4a;
}
.btn {
text-align: center;
padding-top: 10px;
......