|
@@ -1,34 +1,30 @@
|
|
|
<template>
|
|
|
<!-- 背景层,覆盖整个页面 -->
|
|
|
- <div>
|
|
|
+ <div class="list_container">
|
|
|
<!-- 头部区域 -->
|
|
|
<div class="title_examine">
|
|
|
- <p style="font-size: 30px;font-weight: 400;float: left;margin-left: 30px;padding-top: 20px">账号列表</p>
|
|
|
+ <div class="pub_title">账号列表</div>
|
|
|
+ <div style="margin-left: auto">
|
|
|
+ <el-button type="primary" size="small" @click="nextStep()">新增账户</el-button>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<!-- 学习名称组织名称表单区域 -->
|
|
|
- <el-dialog :visible.sync="isOrgFormVisible" :before-close="close_table" custom-class="table" width="920px">
|
|
|
- <!-- 自定义头部 -->
|
|
|
- <div class="el_header" style=" width: 104.6%;height: 40px;text-align: center;background: #454545;margin-top: -60px;float: left;margin-left: -20px;">
|
|
|
- <span class="el_title">移动选择</span>
|
|
|
- <button type="button" aria-label="Close" class="el_close" @click="form_clost">
|
|
|
- <i></i>
|
|
|
- </button>
|
|
|
- </div>
|
|
|
+ <el-dialog title="移动选择" class="table" :visible.sync="isOrgFormVisible" :before-close="close_table" width="920px">
|
|
|
<!-- 搜索框区域 -->
|
|
|
<div class="input-container">
|
|
|
- <input type="text" v-model="searchQuery" placeholder="搜索学校" class="table_find" @keyup.enter="ajax_school_name(searchQuery, school.type)" />
|
|
|
- <i class="el-icon-search" @click="ajax_school_name(searchQuery, school.type)"></i>
|
|
|
- <el-form :model="school" ref="form" style="float: left; margin-left: 10px; width: 200px; height: 30px; margin-top: 1px;">
|
|
|
- <el-select v-model="school.OrgId" placeholder="请选择组织" class="custom-select" @change="ajax_org_check">
|
|
|
- <!-- 动态生成 <el-option> -->
|
|
|
- <el-option v-for="(org, index) in organizations"
|
|
|
- :key="index"
|
|
|
- :label="org.name"
|
|
|
- :value="org.id">
|
|
|
- {{ org.name }}
|
|
|
- </el-option>
|
|
|
- </el-select>
|
|
|
- </el-form>
|
|
|
+ <div class="input_box">
|
|
|
+ <input type="text" v-model="searchQuery" placeholder="搜索学校" class="table_find" @keyup.enter="ajax_school_name(searchQuery, school.type)" />
|
|
|
+ <i class="el-icon-search" @click="ajax_school_name(searchQuery, school.type)"></i>
|
|
|
+ </div>
|
|
|
+ <el-select style="margin-left: 10px;" v-model="school.OrgId" placeholder="请选择组织" class="custom-select" @change="ajax_org_check" clearable>
|
|
|
+ <!-- 动态生成 <el-option> -->
|
|
|
+ <el-option v-for="(org, index) in organizations"
|
|
|
+ :key="index"
|
|
|
+ :label="org.name"
|
|
|
+ :value="org.id">
|
|
|
+ {{ org.name }}
|
|
|
+ </el-option>
|
|
|
+ </el-select>
|
|
|
</div>
|
|
|
<div class="table_down">
|
|
|
<div v-if="cn_org">
|
|
@@ -56,12 +52,7 @@
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
<!-- 新增账户弹窗 -->
|
|
|
- <el-dialog :visible.sync="isTableUseVisible" :before-close="close_table" custom-class="add_account" width="700px">
|
|
|
- <!-- 自定义头部 -->
|
|
|
- <div class="el_header">
|
|
|
- <span class="el_title">新增账户</span>
|
|
|
- <i @click="form_clost"></i>
|
|
|
- </div>
|
|
|
+ <el-dialog title="新增账户" class="table" :visible.sync="isTableUseVisible" :before-close="close_table" width="700px">
|
|
|
<div class="el-dialog__body">
|
|
|
<form data-v-3a331e10="" class="el-form">
|
|
|
<div data-v-3a331e10="" class="el-form-item">
|
|
@@ -113,12 +104,7 @@
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
<!-- 新增学校弹窗 -->
|
|
|
- <el-dialog :visible.sync="add_school_dialog" :before-close="close_add_school" custom-class="add_account" width="700px">
|
|
|
- <!-- 自定义头部 -->
|
|
|
- <div class="el_header">
|
|
|
- <span class="el_title">新增学校</span>
|
|
|
- <i @click="form_clost"></i>
|
|
|
- </div>
|
|
|
+ <el-dialog title="新增学校" class="table" :visible.sync="add_school_dialog" :before-close="close_add_school" width="700px">
|
|
|
<div class="el_dialog_school_content">
|
|
|
<form class="el-form">
|
|
|
<!-- 学校名称 -->
|
|
@@ -154,7 +140,7 @@
|
|
|
</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <!-- 学校类型 -->
|
|
|
+ <!-- 学校类型
|
|
|
<div class="el-form-item">
|
|
|
<div class="el-form-item__content" style="margin-left: 100px;">
|
|
|
<span>
|
|
@@ -162,8 +148,8 @@
|
|
|
<el-radio v-model="schoolType" label="2">协同学校</el-radio>
|
|
|
</span>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <!-- 登录权限 -->
|
|
|
+ </div> -->
|
|
|
+ <!-- 登录权限
|
|
|
<div class="el-form-item">
|
|
|
<div class="el-form-item__content" style="margin-left: 100px;">
|
|
|
<span>
|
|
@@ -171,7 +157,7 @@
|
|
|
<el-radio v-model="loginPermission" label="2">不可登录</el-radio>
|
|
|
</span>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<!-- 上级组织 -->
|
|
|
<div class="el-form-item">
|
|
|
<label class="el-form-item__label" style="width: 100px;">上级组织</label>
|
|
@@ -202,12 +188,7 @@
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
<!-- 新增组织弹窗 -->
|
|
|
- <el-dialog :visible.sync="add_org_dialog" :before-close="close_add_org" custom-class="add_account" width="700px">
|
|
|
- <!-- 自定义头部 -->
|
|
|
- <div class="el_header">
|
|
|
- <span class="el_title">新增组织</span>
|
|
|
- <i @click="form_clost"></i>
|
|
|
- </div>
|
|
|
+ <el-dialog title="新增组织" class="table" :visible.sync="add_org_dialog" :before-close="close_add_org" width="700px">
|
|
|
<div class="el_dialog_org_content">
|
|
|
<form class="el-form">
|
|
|
<!-- 组织名称 -->
|
|
@@ -232,7 +213,7 @@
|
|
|
</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <!-- 登录权限 -->
|
|
|
+ <!-- 登录权限
|
|
|
<div class="el-form-item">
|
|
|
<div class="el-form-item__content" style="margin-left: 100px;">
|
|
|
<span>
|
|
@@ -240,7 +221,7 @@
|
|
|
<el-radio v-model="radio" label="2">不可登录</el-radio>
|
|
|
</span>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
</form>
|
|
|
</div>
|
|
|
<!-- 按钮区域 -->
|
|
@@ -259,14 +240,18 @@
|
|
|
<a @click="showstop" :style="{ color: stop ? 'black' : 'rgb(179, 179, 179)' }">已停用({{ tableData_stop.length }})</a>
|
|
|
</div>
|
|
|
<!-- 启用中区域 -->
|
|
|
- <div v-if="open_content" style="margin-top: -80px;">
|
|
|
- <el-table :data="paginatedData" border style="width: 94%; margin-top: 90px; margin-left: 80px;" stripe :header-cell-style="headerCellStyle">
|
|
|
- <el-table-column show-overflow-tooltip prop="company_name" label="组织名称" width="320" header-align="center" align="center" />
|
|
|
- <el-table-column show-overflow-tooltip prop="company_number" label="学校名称" width="320" header-align="center" align="center" />
|
|
|
- <el-table-column show-overflow-tooltip prop="name" label="姓名" width="320" header-align="center" align="center" />
|
|
|
- <el-table-column show-overflow-tooltip prop="account" label="账户" width="320" header-align="center" align="center" />
|
|
|
-
|
|
|
- <el-table-column show-overflow-toolti prop="account" label="操作" width="350" header-align="center" align="center">
|
|
|
+ <div v-if="open_content">
|
|
|
+ <el-table :data="paginatedData" border style="width: 100%;" stripe :header-cell-style="headerCellStyle">
|
|
|
+ <el-table-column show-overflow-tooltip prop="company_name" label="组织名称" min-width="32" header-align="center" align="center" />
|
|
|
+ <el-table-column show-overflow-tooltip prop="company_number" label="学校名称" min-width="32" header-align="center" align="center" />
|
|
|
+ <el-table-column show-overflow-tooltip prop="name" label="姓名" min-width="32" header-align="center" align="center" />
|
|
|
+ <el-table-column show-overflow-tooltip prop="account" label="账户" min-width="32" header-align="center" align="center" />
|
|
|
+ <el-table-column show-overflow-tooltip label="身份" min-width="32" header-align="center" align="center" >
|
|
|
+ <template slot-scope="{ row }">
|
|
|
+ <div>{{ roleType(row) }}</div>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column show-overflow-toolti label="操作" min-width="35" header-align="center" align="center">
|
|
|
<template slot-scope="{ row }">
|
|
|
<el-button link type="text" size="small" @click="ajax__open_stop(row.userid)">停用</el-button>
|
|
|
<el-button link type="text" size="small" @click="run(row.userid)">移动</el-button>
|
|
@@ -296,13 +281,13 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- 已停用区域 -->
|
|
|
- <div v-if="stop_content" style="margin-top: -80px;">
|
|
|
- <el-table :data="down_paginatedData" border style="width: 94%; margin-top: 90px; margin-left: 80px;" header-align="center" align="center" stripe :header-cell-style="headerCellStyle">
|
|
|
- <el-table-column show-overflow-tooltip prop="company_name" label="组织名称" width="350" header-align="center" align="center"/>
|
|
|
- <el-table-column show-overflow-tooltip prop="company_number" label="学校名称" width="350" header-align="center" align="center"/>
|
|
|
- <el-table-column show-overflow-tooltip prop="name" label="姓名" width="350" header-align="center" align="center"/>
|
|
|
- <el-table-column show-overflow-tooltip prop="account" label="账户" width="350" header-align="center" align="center"/>
|
|
|
- <el-table-column label="操作" width="250" header-align="center" align="center">
|
|
|
+ <div v-if="stop_content">
|
|
|
+ <el-table :data="down_paginatedData" border style="width: 100%;" header-align="center" align="center" stripe :header-cell-style="headerCellStyle">
|
|
|
+ <el-table-column show-overflow-tooltip prop="company_name" label="组织名称" min-width="35" header-align="center" align="center"/>
|
|
|
+ <el-table-column show-overflow-tooltip prop="company_number" label="学校名称" min-width="35" header-align="center" align="center"/>
|
|
|
+ <el-table-column show-overflow-tooltip prop="name" label="姓名" min-width="35" header-align="center" align="center"/>
|
|
|
+ <el-table-column show-overflow-tooltip prop="account" label="账户" min-width="35" header-align="center" align="center"/>
|
|
|
+ <el-table-column label="操作" min-width="25" header-align="center" align="center">
|
|
|
<template slot-scope="{ row }">
|
|
|
<el-button link type="text" size="small" @click="ajax__open_stop(row.userid)">启用</el-button>
|
|
|
</template>
|
|
@@ -319,11 +304,6 @@
|
|
|
</el-pagination>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <!-- 新增按钮 -->
|
|
|
- <button class="add-button" @click="nextStep()" v-if="add_button">
|
|
|
- <span class="add-icon">+</span>
|
|
|
- 新增账户
|
|
|
- </button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -420,6 +400,20 @@ export default {
|
|
|
const start = (this.down_currentPage - 1) * this.down_pageSize;
|
|
|
const end = this.down_currentPage * this.down_pageSize;
|
|
|
return this.tableData_stop.slice(start, end); // 获取当前页的数据
|
|
|
+ },
|
|
|
+ roleType(){
|
|
|
+ return function(row){
|
|
|
+ if(row.type == 2){
|
|
|
+ return '学生'
|
|
|
+ }else if(row.type == 1){
|
|
|
+ if(row.role == 1){
|
|
|
+ return '管理员'
|
|
|
+ }else{
|
|
|
+ return '老师'
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
watch: {
|
|
@@ -981,56 +975,36 @@ export default {
|
|
|
|
|
|
<!-- Add "scoped" attribute to limit CSS to this component only -->
|
|
|
<style scoped>
|
|
|
-body{
|
|
|
- margin: 0px;
|
|
|
- padding: 0px;
|
|
|
-}
|
|
|
-*{
|
|
|
- margin: 0px;
|
|
|
- padding: 0px;
|
|
|
-}
|
|
|
-/* 账户列表标题样式 */
|
|
|
-.title_examine{
|
|
|
- width: 100%;
|
|
|
- height: 100px;
|
|
|
- background-color: #fff;
|
|
|
- border-radius: 10px 10px 10px 10px;
|
|
|
- margin-top: 30px;
|
|
|
- margin-left: 30px;
|
|
|
+.list_container{
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ padding: 10px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ overflow: auto;
|
|
|
}
|
|
|
+
|
|
|
/* 内容区域 */
|
|
|
.content{
|
|
|
- width: auto;
|
|
|
- height: auto;
|
|
|
- /* border: 1px solid red; */
|
|
|
- float: left;
|
|
|
- margin-left: -50px;
|
|
|
+ width: 100%;
|
|
|
+ overflow: auto;
|
|
|
+ height: calc(100% - 75px);
|
|
|
}
|
|
|
/* 按钮区域 */
|
|
|
.button_top{
|
|
|
- width: 450px;
|
|
|
- /* border: 1px solid red; */
|
|
|
- height: 40px;
|
|
|
- margin-left: 90px;
|
|
|
- margin-top: 20px;
|
|
|
- letter-spacing: 2px;
|
|
|
+ width: 100%;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ margin: 10px 0;
|
|
|
}
|
|
|
+
|
|
|
.button_top a{
|
|
|
cursor: pointer;
|
|
|
- /* border: 1px solid red; */
|
|
|
-}
|
|
|
-.button_top a:first-child{
|
|
|
- font-size: 15px;
|
|
|
- color: black;
|
|
|
+ color: black;
|
|
|
font-weight: bold;
|
|
|
- float: left;
|
|
|
}
|
|
|
-.button_top a:nth-child(2) {
|
|
|
- font-size: 15px;
|
|
|
- color: rgb(179, 179, 179);
|
|
|
- font-weight: bold;
|
|
|
- float: right;
|
|
|
- margin-right: 30px;
|
|
|
+
|
|
|
+.button_top a + a{
|
|
|
+ margin-left: 20px
|
|
|
}
|
|
|
/* 表单移动弹窗 */
|
|
|
.el-table--scrollable-x .el-table__body-wrapper {
|
|
@@ -1079,52 +1053,17 @@ body{
|
|
|
justify-content: center; /* 水平居中 */
|
|
|
margin-right: 8px; /* 图标与文本之间的间距 */
|
|
|
}
|
|
|
-/* 移动弹窗区域 */
|
|
|
-.table{
|
|
|
- position: absolute; /* 设置为绝对定位 */
|
|
|
- top: 55%; /* 垂直居中 */
|
|
|
- left: 50%; /* 水平居中 */
|
|
|
- transform: translate(-50%, -50%); /* 使其真正居中 */
|
|
|
- z-index: 10; /* 设置层次更高 */
|
|
|
- width: 920px;
|
|
|
- height: 660px;
|
|
|
- border: 1px solid rgb(225, 225, 225);
|
|
|
- background-color: rgb(255, 255, 255);
|
|
|
- /* border: 1px solid black; */
|
|
|
-}
|
|
|
-/* 头部 */
|
|
|
-.el_header{
|
|
|
- width: 106.1%;
|
|
|
- height: 40px;
|
|
|
- text-align: center;
|
|
|
- background: #454545;
|
|
|
- margin-top: -60px;
|
|
|
- float: left;
|
|
|
- margin-left: -20px;
|
|
|
-}
|
|
|
+
|
|
|
.el_title{
|
|
|
font-size: 18px !important;
|
|
|
color: #fff !important;
|
|
|
line-height: 40px;
|
|
|
}
|
|
|
-/* 取消按钮样式 */
|
|
|
-.el_close{
|
|
|
- position: absolute;
|
|
|
- top: 35px;
|
|
|
- right: 20px;
|
|
|
- padding: 0;
|
|
|
- background: 0 0;
|
|
|
- border: none;
|
|
|
- outline: 0;
|
|
|
- cursor: pointer;
|
|
|
- font-size: 16px;
|
|
|
-}
|
|
|
+
|
|
|
/* 移动弹窗的选择区域 */
|
|
|
.table_down{
|
|
|
width: 100%;
|
|
|
height: 450px;
|
|
|
- /* border: 1px solid red; */
|
|
|
- margin-top: 80px;
|
|
|
/* 添加滚动条 */
|
|
|
overflow-y: auto; /* 当内容超出时,显示垂直滚动条 */
|
|
|
max-height: 450px; /* 设置最大高度以限制显示区域 */
|
|
@@ -1159,25 +1098,23 @@ body{
|
|
|
}
|
|
|
/* 输入框容器*/
|
|
|
.input-container {
|
|
|
- width: 90%;
|
|
|
- float: left;
|
|
|
- margin-top: 15px;
|
|
|
+ width: 100%;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
/* border: 1px solid red; */
|
|
|
}
|
|
|
/* 搜索框 */
|
|
|
.table_find {
|
|
|
- width: 130px;
|
|
|
- flex-grow: 1;
|
|
|
+ width: 100%;
|
|
|
height: 40px;
|
|
|
padding-right: 50px;
|
|
|
padding-left: 10px;
|
|
|
border: 1px solid rgb(189, 189, 189);
|
|
|
font-size: 15px;
|
|
|
outline: none;
|
|
|
- color: black;
|
|
|
cursor: pointer;
|
|
|
- float: left;
|
|
|
border-radius: 10px;
|
|
|
+ box-sizing: border-box;
|
|
|
}
|
|
|
/* 按钮选择区域 */
|
|
|
.check_box_content{
|
|
@@ -1192,21 +1129,18 @@ body{
|
|
|
float: left;
|
|
|
margin-top: 5px;
|
|
|
}
|
|
|
-.input-container i[data-v-227179ae] {
|
|
|
- font-size: 25px;
|
|
|
- color: black;
|
|
|
- height: 15px;
|
|
|
- font-weight: bold;
|
|
|
-}
|
|
|
+
|
|
|
/* 搜索放大镜符号 */
|
|
|
.el-icon-search {
|
|
|
font-size: 25px;
|
|
|
position: absolute;
|
|
|
- margin-top: 6px;
|
|
|
+ display: block;
|
|
|
color: black;
|
|
|
font-weight: bold;
|
|
|
cursor: pointer;
|
|
|
- margin-left: -330px;
|
|
|
+ top: 50%;
|
|
|
+ transform: translateY(-50%);
|
|
|
+ right: 20px;
|
|
|
}
|
|
|
/* 自定义 el-select 的外部样式 */
|
|
|
.custom-select {
|
|
@@ -1235,17 +1169,16 @@ body{
|
|
|
}
|
|
|
/* 弹窗选择区域 */
|
|
|
.checkbox-container {
|
|
|
- margin-top: 0px;
|
|
|
- float: left;
|
|
|
- margin-left: 80px;
|
|
|
- /* border: 1px solid red; */
|
|
|
height: auto;
|
|
|
- width: 90%;
|
|
|
+ width: 100%;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ flex-wrap: wrap;
|
|
|
}
|
|
|
/* .checkbox_comment样式 */
|
|
|
.checkbox_comment {
|
|
|
position: relative; /* 为复选框和下划线提供定位 */
|
|
|
- width: 350px;
|
|
|
+ width: 50%;
|
|
|
height: 50px;
|
|
|
margin-top: 10px;
|
|
|
display: flex; /* 使用flexbox对齐 */
|
|
@@ -1353,10 +1286,7 @@ body{
|
|
|
/* 分页区域 */
|
|
|
.Pagetion {
|
|
|
width: auto;
|
|
|
- height: 60px;
|
|
|
- margin-top: 30px;
|
|
|
- margin-left: 460px;
|
|
|
- float: left;
|
|
|
+ margin-top: 10px;
|
|
|
/* border: 1px solid red; */
|
|
|
}
|
|
|
/* 分页页数间隔 */
|
|
@@ -1375,18 +1305,6 @@ body{
|
|
|
box-sizing: border-box;
|
|
|
text-align: center;
|
|
|
}
|
|
|
-/* 新增账号弹窗 */
|
|
|
-.add_account{
|
|
|
- position: absolute; /* 设置为绝对定位 */
|
|
|
- left: 50%; /* 水平居中 */
|
|
|
- transform: translate(-50%, -50%); /* 使其真正居中 */
|
|
|
- z-index: 10; /* 设置层次更高 */
|
|
|
- width: 700px;
|
|
|
- height: auto; /* 设置高度为自适应 */
|
|
|
- border: 1px solid rgb(225, 225, 225);
|
|
|
- background-color: rgb(255, 255, 255);
|
|
|
- margin-top: 35vh;
|
|
|
-}
|
|
|
/* 操作字体 */
|
|
|
.el-button--text {
|
|
|
border-color: transparent;
|
|
@@ -1396,26 +1314,9 @@ body{
|
|
|
padding-right: 0;
|
|
|
}
|
|
|
/* 添加账户头顶 */
|
|
|
-.el-dialog__header{
|
|
|
- padding: 20px 20px 10px;
|
|
|
- text-align: center;
|
|
|
- background: #454545;
|
|
|
-}
|
|
|
-.el-dialog__title{
|
|
|
- font-size: 14px !important;
|
|
|
- color: #fff !important;
|
|
|
-}
|
|
|
-/* x取消按钮样式 */
|
|
|
-::v-deep .el-dialog__headerbtn{
|
|
|
- top: 10px;
|
|
|
- right: 20px;
|
|
|
- padding: 0;
|
|
|
- background: 0 0;
|
|
|
- border: none;
|
|
|
- outline: 0;
|
|
|
- cursor: pointer;
|
|
|
- font-size: 20px;
|
|
|
-}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
/* 输入框 */
|
|
|
.form_input{
|
|
|
width: 400px;
|
|
@@ -1521,20 +1422,7 @@ body{
|
|
|
overflow-x: hidden;
|
|
|
height: 100%;
|
|
|
}
|
|
|
-::v-deep.el-select-dropdown__item {
|
|
|
- font-size: 14px;
|
|
|
- padding: 0px 20px 0px 0px;
|
|
|
- position: relative;
|
|
|
- white-space: nowrap;
|
|
|
- overflow: hidden;
|
|
|
- text-overflow: ellipsis;
|
|
|
- color: #606266;
|
|
|
- height: 35px;
|
|
|
- line-height: 34px;
|
|
|
- /* box-sizing: border-box; */
|
|
|
- cursor: pointer;
|
|
|
- margin-left: -1px;
|
|
|
-}
|
|
|
+
|
|
|
/* 下拉菜单的ul顶部 */
|
|
|
::v-deep.el-scrollbar__view .el-select-dropdown__list {
|
|
|
list-style: none;
|
|
@@ -1551,4 +1439,19 @@ body{
|
|
|
width: 0px;
|
|
|
height: 0px;
|
|
|
}
|
|
|
+
|
|
|
+.table >>> .el-dialog__header {
|
|
|
+ padding: 15px 20px;
|
|
|
+ background: #454545;
|
|
|
+}
|
|
|
+
|
|
|
+.table >>> .el-dialog__title {
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+
|
|
|
+.input_box{
|
|
|
+ position: relative;
|
|
|
+ height: 40px;
|
|
|
+ width: 200px;
|
|
|
+}
|
|
|
</style>
|