diff --git a/src/api/user.js b/src/api/user.js index 537a5d2..f0c0d34 100644 --- a/src/api/user.js +++ b/src/api/user.js @@ -200,4 +200,14 @@ export function saveTypeSetting(data) { method: 'post', data }) -} \ No newline at end of file +} + +//设置标签 + export function SelectPhoneBool(id,phone) { + return request({ + url: `/Users/SelectPhoneBool?id=${id}&phone=${phone}`, + method: 'get', + }) +} + + diff --git a/src/views/TestPaper/AddTestPaper.vue b/src/views/TestPaper/AddTestPaper.vue new file mode 100644 index 0000000..0482d36 --- /dev/null +++ b/src/views/TestPaper/AddTestPaper.vue @@ -0,0 +1,40 @@ + + + + + diff --git a/src/views/TestPaper/TestPaperClass.vue b/src/views/TestPaper/TestPaperClass.vue index 7d8863b..665e1c6 100644 --- a/src/views/TestPaper/TestPaperClass.vue +++ b/src/views/TestPaper/TestPaperClass.vue @@ -216,12 +216,11 @@ this.getTestPaperClassListHeadler(); } - \ No newline at end of file + .main-box { + display: flex; + } + .doc-view { + margin-left: 10px; + width: 100%; + flex: 1; + overflow: hidden; + } + .el-table__expanded-cell { + padding: 10px; + } + .demo-table-expand { + display: flex; + justify-content: space-between; + flex-wrap: wrap; + box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); + padding: 20px; + border-radius: 10px; + } + .demo-table-expand .el-form-item { + margin-bottom: 10px !important; + min-width: 20%; + max-width: 50%; + } + .demo-form-inline { + display: flex; + align-items: center; + } + .el-form--inline .el-form-item { + display: flex; + align-items: center; + margin-bottom: 0; + } + .aligin-center { + align-items: center; + } + .seetingsDiv { + display: flex; + align-items: center; + width: 100%; + height: auto; + padding: 30px; + background: #efefef; + /* line-height: 60px; */ + border-radius: 5px; + box-shadow: 0 0 5px #cdcdcd; + justify-content: space-between; + flex-wrap: wrap; + margin-bottom: 20px; + } + .seetingsDiv button { + height: 40px; + background-color: #304156; + border: 0px; + margin-left: 10px; + box-shadow: 0 0 5px #cdcdcd; + float: none; + margin-right: 10px; + margin-top: 0; + } + diff --git a/src/views/user/userlist.vue b/src/views/user/userlist.vue index dee8fc2..be554f2 100644 --- a/src/views/user/userlist.vue +++ b/src/views/user/userlist.vue @@ -1,5 +1,6 @@