style:菜单样式修改
Showing
1 changed file
with
1 additions
and
8 deletions
1 | <template> | 1 | <template> |
2 | <dialogBox class="modifydialog" :isMain="true" :title="2222" @closeDialog="close" @submitForm="submitForm" | 2 | <dialogBox class="modifydialog" :isMain="true" :title="2222" @closeDialog="close" @submitForm="submitForm" |
3 | v-model="myValue"> | 3 | v-model="myValue"> |
4 | <div class="modifydialog-con"> | 4 | <div class="dialogCon"> |
5 | <el-form ref="form" :model="form" :rules="rules"> | 5 | <el-form ref="form" :model="form" :rules="rules"> |
6 | <el-row :gutter="24"> | 6 | <el-row :gutter="24"> |
7 | <el-col :span="12"> | 7 | <el-col :span="12"> |
... | @@ -223,10 +223,3 @@ export default { | ... | @@ -223,10 +223,3 @@ export default { |
223 | } | 223 | } |
224 | } | 224 | } |
225 | </script> | 225 | </script> |
226 | <style scoped lang="scss"> | ||
227 | .modifydialog { | ||
228 | &-con { | ||
229 | background: #031A46; | ||
230 | } | ||
231 | } | ||
232 | </style> | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment