diff --git a/src/views/user/userlist.vue b/src/views/user/userlist.vue index be554f2..b8ceb15 100644 --- a/src/views/user/userlist.vue +++ b/src/views/user/userlist.vue @@ -1,140 +1,148 @@ \ No newline at end of file + .seetingsDiv { + display: flex; + align-items: center; + width: 100%; + padding-top: 10px; + padding-left: 10px; + height: 126px; + background: #efefef; + line-height: initial !important; + border-radius: 5px; + box-shadow: 0 0 5px #cdcdcd; + justify-content: space-between; + } + .seetingsDiv button { + height: 40px; + background-color: #304156; + border: 0px; + margin-left: 10px; + box-shadow: 0 0 5px #cdcdcd; + float: none; + margin-right: 10px; + } + .el-tag+.el-tag { + margin-left: 10px; + } + .button-new-tag { + margin-left: 10px; + height: 32px; + line-height: 30px; + padding-top: 0; + padding-bottom: 0; + } + .input-new-tag { + width: 90px; + margin-left: 10px; + vertical-align: bottom; + } + .el-form-itemByWang { + width: 33% !important; + float: left !important; + } +