Commit f0b7c20d by 张超军

bb

parent 813d0ac5
<!-- <!--
* @Author: your name * @Author: your name
* @Date: 2021-08-27 15:51:38 * @Date: 2021-08-27 15:51:38
* @LastEditTime: 2021-09-01 20:41:33 * @LastEditTime: 2021-09-02 09:43:11
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: \founder_vue\src\components\table.vue * @FilePath: \founder_vue\src\components\table.vue
...@@ -167,7 +167,7 @@ export default { ...@@ -167,7 +167,7 @@ export default {
}; };
</script> </script>
<style lang='scss' > <style lang='scss' scoped>
.redBg { .redBg {
color: #E02020; color: #E02020;
} }
......
<!-- <!--
* @Author: your name * @Author: your name
* @Date: 2021-08-28 19:36:38 * @Date: 2021-08-28 19:36:38
* @LastEditTime: 2021-09-01 19:02:51 * @LastEditTime: 2021-09-02 10:04:39
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\rwgl\rwthcl.vue * @FilePath: \founder_vue\src\views\rwgl\rwthcl.vue
...@@ -9,12 +9,9 @@ ...@@ -9,12 +9,9 @@
<template> <template>
<div class="rwthcl"> <div class="rwthcl">
<div class="batch"> <div class="batch">
<el-button type="primary" @click="batchSubmit" plain>批量操作</el-button> <el-input placeholder="请输入内容" v-model="searchVal" class="input-with-select">
<el-button type="text" size="mini" @click="handSerchShow()">{{ MoreisSearch ? "收起" : "更多操作 " }} <el-button slot="append" icon="el-icon-search"></el-button>
</el-input>
<i v-if="!MoreisSearch" class="el-icon-arrow-down el-icon--right"></i>
<i v-else class="el-icon-arrow-up el-icon--right"></i>
</el-button>
</div> </div>
<transition name="slide-fade"> <transition name="slide-fade">
<div class="More" v-if="MoreisSearch"> <div class="More" v-if="MoreisSearch">
...@@ -36,6 +33,7 @@ export default { ...@@ -36,6 +33,7 @@ export default {
}, },
data () { data () {
return { return {
searchVal: '',
MoreisSearch: false, MoreisSearch: false,
form: { form: {
name: "", name: "",
...@@ -238,31 +236,10 @@ export default { ...@@ -238,31 +236,10 @@ export default {
margin-left: 21px; margin-left: 21px;
} }
.batch { .batch {
height: 79px; margin-top: 20px;
display: flex;
align-items: center;
}
.batch {
padding-left: 24px;
.el-button {
padding: 8px 19px;
}
.el-dropdown {
margin-left: 24px; margin-left: 24px;
} margin-bottom: 20px;
.el-button--primary.is-plain { width: 400px;
border: 1px solid #055fe7;
background: transparent;
font-size: 14px;
font-family: MicrosoftYaHei;
color: #055fe7;
}
.el-button--primary.is-plain:focus,
.el-button--primary.is-plain:hover {
background: #409eff;
border-color: #409eff;
color: #fff;
}
} }
} }
</style> </style>
\ No newline at end of file
<!-- <!--
* @Author: your name * @Author: your name
* @Date: 2021-08-31 15:25:21 * @Date: 2021-08-31 15:25:21
* @LastEditTime: 2021-09-01 15:27:50 * @LastEditTime: 2021-09-02 10:06:15
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\tjbb\dt.vue * @FilePath: \founder_vue\src\views\tjbb\dt.vue
...@@ -100,8 +100,8 @@ export default { ...@@ -100,8 +100,8 @@ export default {
} }
.map { .map {
margin-top: 16px; margin-top: 16px;
width: 95%; width: 94%;
height: calc(100vh - 442px); height: calc(100vh - 450px);
background: rgba(0, 0, 0, 0.1); background: rgba(0, 0, 0, 0.1);
border-radius: 8px; border-radius: 8px;
} }
...@@ -116,8 +116,8 @@ export default { ...@@ -116,8 +116,8 @@ export default {
} }
.map { .map {
margin-top: 16px; margin-top: 16px;
width: 95%; width: 94%;
height: calc(100vh - 442px); height: calc(100vh - 450px);
background: rgba(0, 0, 0, 0.1); background: rgba(0, 0, 0, 0.1);
border-radius: 8px; border-radius: 8px;
} }
......
<!-- <!--
* @Author: your name * @Author: your name
* @Date: 2021-08-31 15:24:48 * @Date: 2021-08-31 15:24:48
* @LastEditTime: 2021-08-31 17:36:34 * @LastEditTime: 2021-09-02 10:22:41
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\tjbb\tb.vue * @FilePath: \founder_vue\src\views\tjbb\tb.vue
...@@ -165,7 +165,7 @@ export default { ...@@ -165,7 +165,7 @@ export default {
{ {
type: 'pie', type: 'pie',
radius: ['40%', '70%'], radius: ['40%', '70%'],
center: ["220", "55%"], center: ["55%", "55%"],
avoidLabelOverlap: false, avoidLabelOverlap: false,
label: { label: {
show: false, show: false,
...@@ -228,7 +228,7 @@ export default { ...@@ -228,7 +228,7 @@ export default {
{ {
type: 'pie', type: 'pie',
radius: ['40%', '70%'], radius: ['40%', '70%'],
center: ["220", "55%"], center: ["55%", "55%"],
avoidLabelOverlap: false, avoidLabelOverlap: false,
emphasis: { emphasis: {
label: { label: {
...@@ -296,7 +296,7 @@ export default { ...@@ -296,7 +296,7 @@ export default {
{ {
type: 'pie', type: 'pie',
radius: ['40%', '70%'], radius: ['40%', '70%'],
center: ["220", "55%"], center: ["55%", "55%"],
avoidLabelOverlap: false, avoidLabelOverlap: false,
label: { label: {
show: false, show: false,
...@@ -359,7 +359,7 @@ export default { ...@@ -359,7 +359,7 @@ export default {
{ {
type: 'pie', type: 'pie',
radius: ['40%', '70%'], radius: ['40%', '70%'],
center: ["220", "55%"], center: ["55%", "55%"],
avoidLabelOverlap: false, avoidLabelOverlap: false,
emphasis: { emphasis: {
label: { label: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment