|
@@ -9,7 +9,7 @@
|
|
@cancle="cancel"
|
|
@cancle="cancel"
|
|
:width="'60%'">
|
|
:width="'60%'">
|
|
<a-row :gutter="24" class="header">
|
|
<a-row :gutter="24" class="header">
|
|
- <span>请给考评项目为【{{ itemName }}】设置考评指标</span>
|
|
|
|
|
|
+ <div>请给考评项目为【{{ itemName }}】设置考评指标</div>
|
|
<a-button v-hasPermission="'B_target_add'" id="setEvaItemModal-add" type="primary" @click="openModal">新增</a-button>
|
|
<a-button v-hasPermission="'B_target_add'" id="setEvaItemModal-add" type="primary" @click="openModal">新增</a-button>
|
|
</a-row>
|
|
</a-row>
|
|
<a-table
|
|
<a-table
|
|
@@ -159,14 +159,15 @@ export default {
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|
|
|
|
|
|
-<style scoped>
|
|
|
|
- .header {
|
|
|
|
- font-size: 16px;
|
|
|
|
- font-weight: 600;
|
|
|
|
- margin-bottom: 20px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .header span {
|
|
|
|
- margin-right: 20px;
|
|
|
|
- }
|
|
|
|
|
|
+<style lang="sass">
|
|
|
|
+ .modalBox{
|
|
|
|
+ .header {
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ font-weight: 600;
|
|
|
|
+ padding: 0 15px 20px 15px;
|
|
|
|
+ }
|
|
|
|
+ .header div {
|
|
|
|
+ margin-bottom: 20px;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
</style>
|
|
</style>
|