tips
This commit is contained in:
@@ -50,6 +50,7 @@
|
|||||||
<template slot="content">
|
<template slot="content">
|
||||||
<ai-card title="基本信息">
|
<ai-card title="基本信息">
|
||||||
<template #content>
|
<template #content>
|
||||||
|
<div class="tips" v-if="!id"><i class="el-icon-warning"></i>换届选举仅采取不记名(匿名)投票</div>
|
||||||
<div class="add-form">
|
<div class="add-form">
|
||||||
<el-form ref="form" :model="form" :rules="formRules" size="small" label-width="150px">
|
<el-form ref="form" :model="form" :rules="formRules" size="small" label-width="150px">
|
||||||
|
|
||||||
@@ -267,5 +268,17 @@ export default {
|
|||||||
::v-deep .el-date-editor .el-input {
|
::v-deep .el-date-editor .el-input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tips {
|
||||||
|
width: 100%;
|
||||||
|
border: 1px solid #f82;
|
||||||
|
background-color: #fff3e9;
|
||||||
|
color: #f82;
|
||||||
|
padding: 8px 16px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
border-radius: 4px;
|
||||||
|
margin-bottom: 32px;
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user