Skip to content

Commit

Permalink
feat: 表单设计器单独页面,新增vue-router
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Feb 22, 2021
1 parent 1a72c7f commit 421e35b
Show file tree
Hide file tree
Showing 10 changed files with 691 additions and 603 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"vue-cli-plugin-axios": "0.0.4",
"vue-cli-plugin-commitlint": "^1.0.12",
"vue-property-decorator": "^8.5.0",
"vue-router": "3.4.3",
"vue-template-compiler": "2.6.11",
"vuedraggable": "^2.23.2",
"webpack": "^4.35.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default {
<style rel="stylesheet/scss" lang="scss" scoped>
.editor-slide-upload {
margin-bottom: 20px;
/deep/ .el-upload--picture-card {
::v-deep .el-upload--picture-card {
width: 100%;
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/component/form-designer/src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ $primary-background-color: #ecf5ff;
text-align: center;
width: 300px;
font-size: 20px;
top: 200px;
top: 40%;
left: 50%;
margin-left: -150px;
color: #aaa;
Expand Down Expand Up @@ -699,7 +699,7 @@ $primary-background-color: #ecf5ff;
// flex-direction: column;
align-items: center;
justify-content: center;
/deep/.el-button{
::v-deep.el-button{
margin:0;
background: none!important;
border: none!important;
Expand Down
2 changes: 1 addition & 1 deletion src/component/form-designer/src/styles/table-form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
border-#{$position}: $style;
}
}
/deep/.table-form {
::v-deep.table-form {
.el-row {
@include border-style('left');
margin: 0 !important;
Expand Down
2 changes: 1 addition & 1 deletion src/component/pro-table/src/SearchForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export default class SearchForm extends Vue {
height: 29px;
border-radius: 0;
}
/deep/.el-input__suffix {
::v-deep.el-input__suffix {
top: -5px;
}
.input {
Expand Down
Loading

0 comments on commit 421e35b

Please sign in to comment.