|
@@ -78,8 +78,8 @@
|
|
|
</div>
|
|
</div>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
<span slot="footer" class="dialog-footer">
|
|
|
<!-- <span class="clearBtn" @click="submit(true)">保存至模板</span> -->
|
|
<!-- <span class="clearBtn" @click="submit(true)">保存至模板</span> -->
|
|
|
- <el-button type="primary" @click="close">关闭</el-button>
|
|
|
|
|
- <el-button type="primary" v-if="modelType !== 'info'" @click="submit"
|
|
|
|
|
|
|
+ <el-button size="small" type="primary" plain @click="close">关闭</el-button>
|
|
|
|
|
+ <el-button size="small" type="primary" v-if="modelType !== 'info'" @click="submit"
|
|
|
>确 定</el-button
|
|
>确 定</el-button
|
|
|
>
|
|
>
|
|
|
</span>
|
|
</span>
|
|
@@ -156,6 +156,11 @@ export default {
|
|
|
}
|
|
}
|
|
|
.tip {
|
|
.tip {
|
|
|
color: #f56c6c;
|
|
color: #f56c6c;
|
|
|
|
|
+ margin-left: 25px;
|
|
|
|
|
+ }
|
|
|
|
|
+ .is-plain{
|
|
|
|
|
+ background-color: #3f94f53f ;
|
|
|
|
|
+ border-color: #3f93f5;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
</style>
|
|
</style>
|