This commit is contained in:
zhangdingyu
2019-09-19 19:55:16 +08:00
parent a53f72a4dc
commit 21c91dece9
3 changed files with 4 additions and 2 deletions

1
src/icons/svg/人员.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1568893916200" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1142" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M512 590.933333a256 256 0 1 1 256-256 256 256 0 0 1-256 256z m0-426.666666a170.666667 170.666667 0 1 0 170.666667 170.666666 170.666667 170.666667 0 0 0-170.666667-170.666666z" p-id="1143"></path><path d="M810.666667 932.266667a42.666667 42.666667 0 0 1-42.666667-42.666667 256 256 0 0 0-512 0 42.666667 42.666667 0 0 1-85.333333 0 341.333333 341.333333 0 1 1 682.666666 0 42.666667 42.666667 0 0 1-42.666666 42.666667z" p-id="1144"></path></svg>

After

Width:  |  Height:  |  Size: 823 B

View File

@@ -119,7 +119,7 @@ el-form-item__content{
padding: 0px;
}
el-card{
padding: 0px;
padding: 5px;
margin: 0px;
}
.el-table__row{

View File

@@ -2,7 +2,8 @@
<el-card style="min-height:calc(100vh - 84px);background: rgb(236,243,250);background-size:100% 100%">
<div class="dashboard-container">
<div class="sudoku_row" >
<div class="dashboard-text" style="color:black">用户名{{ name }}</div>
<svg-icon icon-class="人员" style="width: 35px;height: 35px"/>
<div class="dashboard-text" style="color:black">/{{ name }}</div>
<el-divider content-position="right" style="margin:24px"/>
<div v-for="(sudoku,index) in sudokus" :class="curSelect === sudoku.id?'opacity':''" :key="index+9999" shadow="hover" class="sudoku_item" style="background: white;border: 2px solid rgb(208,222,234)">
<router-link :to="sudoku.router" style="width: 100%">