95c4fe6a by renchao@pashanhoo.com

style:受理申请

1 parent 536a58c7
......@@ -201,7 +201,7 @@
// 表格样式
.el-table th {
height: 48px !important;
height: 45px;
font-size: 14px;
color: #4A4A4A;
}
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-11-15 15:47:29
* @LastEditTime: 2024-01-18 14:06:53
-->
<template>
<!-- 受理信息 -->
......@@ -726,10 +726,6 @@
width: 100%;
}
/deep/.el-form-item {
margin-bottom: 8px;
}
.marginBot0 {
margin-bottom: 0 !important;
}
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-12 09:40:17
* @LastEditTime: 2024-01-18 14:13:02
-->
<template>
<div>
......@@ -12,8 +12,6 @@
:key="key"
:header-cell-style="{ 'text-align': 'center' }"
:heightNumSetting="true"
:minHeight="150"
height="150"
style="width: 100%">
<el-table-column prop="index" width="50" :render-header="renderHeader">
<template slot-scope="scope">
......@@ -302,4 +300,7 @@
/deep/ .el-table--border .el-table__cell:first-child .cell {
text-align: center;
}
/deep/.el-table--small .el-table__cell {
padding: 3px 0 !important;
}
</style>
......
<!--
* @Description: 房屋多幢受理信息
* @Autor: ssq
* @LastEditTime: 2023-11-15 15:46:54
* @LastEditTime: 2024-01-18 14:12:11
-->
<template>
<div class="slxx">
......@@ -542,7 +542,7 @@
}
/deep/.el-form-item {
margin-bottom: 8px;
margin-bottom: 3px;
}
.marginBot0 {
......
......@@ -662,7 +662,7 @@
}
/deep/.el-form-item {
margin-bottom: 8px;
margin-bottom: 3px;
}
.marginBot0 {
......
......@@ -569,7 +569,7 @@
}
/deep/.el-form-item {
margin-bottom: 8px;
margin-bottom: 3px;
}
.marginBot0 {
......
......@@ -474,7 +474,7 @@
}
/deep/.el-form-item {
margin-bottom: 8px;
margin-bottom: 3px;
}
.marginBot0 {
......
......@@ -506,7 +506,7 @@
}
/deep/.el-form-item {
margin-bottom: 8px;
margin-bottom: 3px;
}
.marginBot0 {
......
......@@ -533,7 +533,7 @@
}
/deep/.el-form-item {
margin-bottom: 8px;
margin-bottom: 3px;
}
.marginBot0 {
......
......@@ -551,7 +551,7 @@
}
/deep/.el-form-item {
margin-bottom: 8px;
margin-bottom: 3px;
}
.marginBot0 {
......
......@@ -493,7 +493,7 @@
}
/deep/.el-form-item {
margin-bottom: 8px;
margin-bottom: 3px;
}
.marginBot0 {
......
......@@ -431,7 +431,7 @@
}
/deep/.el-form-item {
margin-bottom: 8px;
margin-bottom: 3px;
}
.marginBot0 {
......
......@@ -233,7 +233,7 @@
</script>
<style scoped lang='scss'>
/deep/.el-form-item {
margin-bottom: 8px;
margin-bottom: 3px;
}
.title {
padding-left: 10px;
......