Commit f0b7c20d by 张超军

bb

parent 813d0ac5
<!--
* @Author: your name
* @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
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\components\table.vue
......@@ -167,7 +167,7 @@ export default {
};
</script>
<style lang='scss' >
<style lang='scss' scoped>
.redBg {
color: #E02020;
}
......
<!--
* @Author: your name
* @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
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\rwgl\rwthcl.vue
......@@ -9,12 +9,9 @@
<template>
<div class="rwthcl">
<div class="batch">
<el-button type="primary" @click="batchSubmit" plain>批量操作</el-button>
<el-button type="text" size="mini" @click="handSerchShow()">{{ MoreisSearch ? "收起" : "更多操作 " }}
<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>
<el-input placeholder="请输入内容" v-model="searchVal" class="input-with-select">
<el-button slot="append" icon="el-icon-search"></el-button>
</el-input>
</div>
<transition name="slide-fade">
<div class="More" v-if="MoreisSearch">
......@@ -36,6 +33,7 @@ export default {
},
data () {
return {
searchVal: '',
MoreisSearch: false,
form: {
name: "",
......@@ -238,31 +236,10 @@ export default {
margin-left: 21px;
}
.batch {
height: 79px;
display: flex;
align-items: center;
}
.batch {
padding-left: 24px;
.el-button {
padding: 8px 19px;
}
.el-dropdown {
margin-top: 20px;
margin-left: 24px;
}
.el-button--primary.is-plain {
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;
}
margin-bottom: 20px;
width: 400px;
}
}
</style>
\ No newline at end of file
<!--
* @Author: your name
* @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
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\tjbb\dt.vue
......@@ -100,8 +100,8 @@ export default {
}
.map {
margin-top: 16px;
width: 95%;
height: calc(100vh - 442px);
width: 94%;
height: calc(100vh - 450px);
background: rgba(0, 0, 0, 0.1);
border-radius: 8px;
}
......@@ -116,8 +116,8 @@ export default {
}
.map {
margin-top: 16px;
width: 95%;
height: calc(100vh - 442px);
width: 94%;
height: calc(100vh - 450px);
background: rgba(0, 0, 0, 0.1);
border-radius: 8px;
}
......
<!--
* @Author: your name
* @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
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\tjbb\tb.vue
......@@ -165,7 +165,7 @@ export default {
{
type: 'pie',
radius: ['40%', '70%'],
center: ["220", "55%"],
center: ["55%", "55%"],
avoidLabelOverlap: false,
label: {
show: false,
......@@ -228,7 +228,7 @@ export default {
{
type: 'pie',
radius: ['40%', '70%'],
center: ["220", "55%"],
center: ["55%", "55%"],
avoidLabelOverlap: false,
emphasis: {
label: {
......@@ -296,7 +296,7 @@ export default {
{
type: 'pie',
radius: ['40%', '70%'],
center: ["220", "55%"],
center: ["55%", "55%"],
avoidLabelOverlap: false,
label: {
show: false,
......@@ -359,7 +359,7 @@ export default {
{
type: 'pie',
radius: ['40%', '70%'],
center: ["220", "55%"],
center: ["55%", "55%"],
avoidLabelOverlap: false,
emphasis: {
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