提交 bc89598e authored 作者: lidongxu's avatar lidongxu

style(design): 修复:报表设计页面样式问题

上级 e1416566
<template> <template>
<div class="app-container"> <div class="app-container">
<el-row class="client-fix-height container"> <el-row class="container">
<el-col> <el-col>
<!-- 查询表单 --> <!-- 查询表单 -->
<el-form :model="queryParams" <el-form :model="queryParams"
......
<template> <template>
<div class="app-container"> <div class="app-container">
<el-row :gutter="20" <el-row :gutter="20"
class="client-fix-height container"> class="container">
<!--部门数据--> <!--部门数据-->
<category-tree :options="deptOptions" <category-tree :options="deptOptions"
:defaultProps="{ label: 'label', children: 'children' }" :defaultProps="{ label: 'label', children: 'children' }"
...@@ -220,7 +220,8 @@ ...@@ -220,7 +220,8 @@
<el-dialog :title="title" <el-dialog :title="title"
v-model="open" v-model="open"
append-to-body append-to-body
draggable overflow> draggable
overflow>
<el-form :model="form" <el-form :model="form"
:rules="rules" :rules="rules"
ref="userRef" ref="userRef"
...@@ -355,7 +356,8 @@ ...@@ -355,7 +356,8 @@
<!-- 促销权限配置 --> <!-- 促销权限配置 -->
<el-row v-if="form.proStatus"> <el-row v-if="form.proStatus">
<el-col :span="12"> <el-col :span="12">
<el-form-item label="促销角色" prop="privilegeId"> <el-form-item label="促销角色"
prop="privilegeId">
<el-radio-group v-model="form.privilegeId"> <el-radio-group v-model="form.privilegeId">
<el-radio :value="1" <el-radio :value="1"
label="城市经理"></el-radio> label="城市经理"></el-radio>
...@@ -399,7 +401,8 @@ ...@@ -399,7 +401,8 @@
<el-dialog :title="upload.title" <el-dialog :title="upload.title"
v-model="upload.open" v-model="upload.open"
append-to-body append-to-body
draggable overflow> draggable
overflow>
<el-upload ref="uploadRef" <el-upload ref="uploadRef"
:limit="1" :limit="1"
accept=".xlsx, .xls" accept=".xlsx, .xls"
...@@ -722,7 +725,7 @@ ...@@ -722,7 +725,7 @@
postOptions.value = response.posts; postOptions.value = response.posts;
roleOptions.value = response.roles; roleOptions.value = response.roles;
open.value = true; open.value = true;
title.value = "添加用户"; title.value = "添加用户";
form.value.password = initPassword.value; form.value.password = initPassword.value;
}) })
...@@ -781,7 +784,7 @@ ...@@ -781,7 +784,7 @@
privilegeId: form.value.privilegeId, privilegeId: form.value.privilegeId,
status: form.value.proStatus status: form.value.proStatus
}) })
reset() reset()
} }
}); });
...@@ -828,8 +831,10 @@ ...@@ -828,8 +831,10 @@
<style scoped <style scoped
lang="scss"> lang="scss">
.app-container { .app-container {
>.el-row {
.container {
display: flex; display: flex;
flex-direction: row;
.right_col { .right_col {
flex: 1 !important; flex: 1 !important;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论