diff --git a/package.json b/package.json index 3deef137..840ad1a8 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "et:list": "gulp themes" }, "dependencies": { - "@tinymce/tinymce-vue": "^4.0.4", + "@tinymce/tinymce-vue": "^3.2.8", "axios": "^0.19.0", "babel-eslint": "^8.0.1", "babel-plugin-component": "^1.1.1", @@ -45,6 +45,7 @@ "throttle-debounce": "^3.0.1", "v-distpicker": "^1.2.2", "vue": "^2.6.11", + "vue-baidu-map": "^0.21.22", "vue-i18n": "^8.12.0", "vue-quill-editor": "^3.0.6", "vue-router": "^3.0.7", @@ -53,6 +54,7 @@ }, "devDependencies": { "@antv/f2": "^3.8.10-beta.1", + "@tinymce/tinymce-vue": "^3.2.8", "@vue/cli-plugin-babel": "^3.10.0", "@vue/cli-plugin-eslint": "^3.10.0", "@vue/cli-service": "^3.10.0", @@ -62,6 +64,7 @@ "natives": "^1.1.6", "ol": "^6.9.0", "script-loader": "^0.7.2", + "tinymce": "^5.8.2", "vue-template-compiler": "^2.6.11" }, "eslintConfig": { diff --git a/public/index.html b/public/index.html index 6581742c..012587ee 100644 --- a/public/index.html +++ b/public/index.html @@ -8,6 +8,7 @@ + diff --git a/src/assets/img/shuju/measure/jijin.png b/src/assets/img/shuju/measure/jijin.png index 78cdcf28..b051139c 100644 Binary files a/src/assets/img/shuju/measure/jijin.png and b/src/assets/img/shuju/measure/jijin.png differ diff --git a/src/assets/img/shuju/measure/minban.png b/src/assets/img/shuju/measure/minban.png index b99bb767..735fea83 100644 Binary files a/src/assets/img/shuju/measure/minban.png and b/src/assets/img/shuju/measure/minban.png differ diff --git a/src/assets/img/shuju/measure/other.png b/src/assets/img/shuju/measure/other.png index bfa3e235..d5791f0e 100644 Binary files a/src/assets/img/shuju/measure/other.png and b/src/assets/img/shuju/measure/other.png differ diff --git a/src/assets/scss/modules/visual/people.scss b/src/assets/scss/modules/visual/people.scss index b18adc62..f9379e7f 100644 --- a/src/assets/scss/modules/visual/people.scss +++ b/src/assets/scss/modules/visual/people.scss @@ -263,9 +263,10 @@ } .tab { + @include toe; margin: 0 5px; min-width: 80px; - padding: 0 10px; + padding: 0 8px; height: 36px; background: rgba(255, 255, 255, 0); border: 1px solid #1257c9; diff --git a/src/assets/scss/modules/visual/warning-people-list.scss b/src/assets/scss/modules/visual/warning-people-list.scss new file mode 100644 index 00000000..a6b960ec --- /dev/null +++ b/src/assets/scss/modules/visual/warning-people-list.scss @@ -0,0 +1,71 @@ +@import "../../c/config"; +@import "../../c/function"; +@import "./c/common"; + +.m-pop { + @include shield; + background-color: rgba(#000, 0.9); + overflow-y: auto; + + .wrap { + position: relative; + margin: 120px auto; + width: 1180px; + + .title { + padding: 10px; + font-size: 22px; + font-family: PingFang SC; + font-weight: 800; + color: #ffffff; + display: flex; + align-items: center; + + img { + display: block; + margin-right: 5px; + } + span { + display: block; + } + } + + .btn-close { + position: absolute; + top: -15px; + right: -15px; + cursor: pointer; + } + + .content { + margin-top: 20px; + min-height: 500px; + } + } +} + +.m-pagination { + box-sizing: border-box; + margin-top: 20px; + width: 100%; + height: 40px; + display: flex; + justify-content: flex-end; + + /deep/ .el-pagination.is-background .el-pager li:not(.disabled).active { + background: #0266d1; + color: #000d3f; + } + + /deep/ .el-pagination .el-pager li { + background: #002e74; + } + + /deep/ .el-pagination .btn-prev { + background: #002e74; + } + + /deep/ .el-pagination .btn-next { + background: #002e74; + } +} diff --git a/src/assets/scss/people-info.scss b/src/assets/scss/people-info.scss index 12bfae15..f54b2e24 100644 --- a/src/assets/scss/people-info.scss +++ b/src/assets/scss/people-info.scss @@ -104,9 +104,10 @@ } .tab { + @include toe; margin: 0 5px; min-width: 80px; - padding: 0 10px; + padding: 0 8px; height: 36px; background: #fff; border: 1px solid #eee; diff --git a/src/views/components/rangeInput.vue b/src/views/components/rangeInput.vue index 99afe0d0..ede62f6c 100644 --- a/src/views/components/rangeInput.vue +++ b/src/views/components/rangeInput.vue @@ -102,9 +102,9 @@ export default { display: flex; align-items: center; } -.wd50 { - // width: 45%; -} +// .wd50 { +// // width: 45%; +// } .demo-form-inline { ::v-deep .el-form-item { width: 40%; diff --git a/src/views/components/tinymce/index.vue b/src/views/components/tinymce/index.vue index 73c48e26..19e710b9 100644 --- a/src/views/components/tinymce/index.vue +++ b/src/views/components/tinymce/index.vue @@ -1,154 +1,157 @@ /* eslint-disable */