diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss index 323c29f..8540b3c 100644 --- a/src/assets/styles/index.scss +++ b/src/assets/styles/index.scss @@ -186,7 +186,7 @@ body, background-image: url("../images/topAndDown/sp_dbbj.png"); .el-carousel__mask { - display: none; + display: none } .el-carousel { @@ -526,16 +526,28 @@ input[type="number"] { width: 40px !important; height: 40px !important; border-radius: 25px !important; + border: 4px solid #05FEFF!important; + background-color: transparent!important; } .el-checkbox__input.is-checked .el-checkbox__inner { - width: 25px; - height: 25px; - background-color: #05FEFF !important; + //background-color: #05FEFF !important; } .el-checkbox__input.is-checked .el-checkbox__inner::after { - display: none; + //display: none; + width: 18px; + height: 18px; + border-width: 3px; + //border-left: 0; + //border-top: 0; + border-radius: 25px; + top: 6px; + left:6px; + //left: 12px; + font-size: 30px; + background: #05FEFF; + border-color: transparent!important; } //取消 确定按钮 diff --git a/src/router/index.js b/src/router/index.js index eaa1354..eaf44cd 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -50,6 +50,15 @@ const routes = [ breadcrumb: true } }, + { + path: '/user', + name: 'user', + component: () => import('@/views/user/index.vue'), + meta: { + title: 'user', + breadcrumb: true + } + }, { path: '/tunnel/:siteId(\\d+)', name: 'tunnel', diff --git a/src/views/tunnel/index.vue b/src/views/tunnel/index.vue index f3f4e7f..48e2a87 100644 --- a/src/views/tunnel/index.vue +++ b/src/views/tunnel/index.vue @@ -163,6 +163,8 @@ const manageSelect = (index) => { router.push("/site"); } else if (index === 1) { router.push("/tunnel/1"); + }else if (index === 2) { + router.push("/user"); } }; const handleCommand=(item)=>{ diff --git a/src/views/user/index.vue b/src/views/user/index.vue new file mode 100644 index 0000000..d01563d --- /dev/null +++ b/src/views/user/index.vue @@ -0,0 +1,256 @@ + + + + + + 返回 + + + + + 全选 + + + 删除 + + + + + + + + + + + 搜索 + + 用户管理 + 添加用户 + + + + + + + + + + 修改 + + + + + + + + + + + + \ No newline at end of file