Commit d9f20d5f authored by 高宇's avatar 高宇

关联企业 修复部分样式bug

parent 06f81080
......@@ -227,6 +227,7 @@
</el-row>
<div><span class="form-title">三: 经营数据</span></div>
<el-table
:header-cell-style="{background:'#EDF5FD'}"
class="businessData"
border
style="padding-right: 10px"
......@@ -303,6 +304,7 @@
<div><span class="form-title">四: 知识产权</span></div>
<el-table
class="intellectualProperty"
:header-cell-style="{background:'#EDF5FD'}"
border
style="padding-right: 10px"
:data="Intellectual"
......@@ -355,6 +357,7 @@
<div><span class="form-title">五: 项目信息</span></div>
<el-table
class="ProjectInformation"
:header-cell-style="{background:'#EDF5FD'}"
border
style="padding-right: 10px"
:data=" ProjectInformation"
......@@ -393,6 +396,7 @@
</el-table>
<div><span class="form-title">六: 载体信息</span></div>
<el-table
:header-cell-style="{background:'#EDF5FD'}"
class="Carrierinformation"
border
style="padding-right: 10px"
......@@ -1337,11 +1341,12 @@ export default {
},
/** 移除企业**/
async deleteEnterPrises() {
const deleteEnterById = await this.$confirm('此操作将永久删除该企业,是否继续?', '提示', {
const deleteEnterById = await this.$confirm('<span style="color: #333333;font-size: 15px;">此操作将永久删除该企业,是否继续?</span>', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
cancelButtonClass: 'cancelBtn',
confirmButtonClass: 'confirmBtn',
dangerouslyUseHTMLString: true,
type: 'warning'
})
if (deleteEnterById !== 'confirm') {
......@@ -1363,11 +1368,12 @@ export default {
/** 切换中移除企业**/
async deleteInfo(row) {
console.log(row.id)
const deleteInfoById = await this.$confirm('确定要移除企业么', '提示', {
const deleteInfoById = await this.$confirm('<span style="color: #333333;font-size: 15px;">确定要移除企业么</span>', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
cancelButtonClass: 'cancelBtn',
confirmButtonClass: 'confirmBtn',
dangerouslyUseHTMLString: true,
type: 'warning'
})
if (deleteInfoById !== 'confirm') {
......@@ -1643,7 +1649,7 @@ export default {
width: 152px;
height: 19px;
font-size: 19px;
font-family: Source Han Sans CN-Bold, Source Han Sans CN;
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
margin-top: 20px;
font-weight: bold;
color: #333333;
......@@ -1685,27 +1691,42 @@ export default {
}
.Inputname {
color: #333333;
::v-deep.el-input__inner{
color: #333333!important;
}
width: 430px;
height: 36px;
//width: 633px;
//height: 36px;
background: #EBEBEB;
border-style: none;
border-radius: 6px 6px 6px 6px;
font-size: 15px;
font-weight: 400;
color: #333333;
border-style: none !important;
}
.fromSpan {
::v-deep.el-input__inner{
color: #333333!important;
background-color: #EBEBEB !important;
border-style: none !important;
}
width: 200px;
height: 36px;
font-size: 15px;
font-weight: 400;
color: #707070;
}
.fromSpan1 {
::v-deep.el-input__inner{
color: #333333!important;
background-color: #EBEBEB !important;
border-style: none !important;
}
font-size: 15px;
font-weight: 400;
color: #707070;
border-style: none !important;
}
.switchEnterprises {
......@@ -1739,10 +1760,6 @@ export default {
text-align: center;
}
::v-deep.el-form-item__label {
font-weight: bold;
}
.unitItem {
::v-deep.el-form-item__content {
display: flex;
......@@ -1765,7 +1782,7 @@ export default {
width: 152px;
height: 19px;
font-size: 19px;
font-family: Source Han Sans CN-Bold, Source Han Sans CN;
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
margin-top: 20px;
font-weight: bold;
color: #333333;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment