Commit c8fdecce authored by 张冬's avatar 张冬

工作台样式

parent 0d88cc7c
......@@ -655,6 +655,9 @@ export default {
</script>
<style scoped>
ul {
list-style-type: decimal!important;
}
.time {
height: 48px;
margin-bottom: 10px;
......
......@@ -343,7 +343,9 @@ export default {
.state > ul > li {
margin-right: 50px;
cursor: pointer;
border:1px solid #DADADA
}
.flex-left > li {
......@@ -354,9 +356,9 @@ export default {
}
.flex-left > li > div {
margin-right: 50px;
padding-right: 30px;
border-right: 1px solid #000;
margin-right: 30px;
padding:0 30px;
border-right: 1px solid #DADADA;
}
.inside > li > div {
......@@ -368,6 +370,7 @@ export default {
border-radius: 2px;
line-height: 35px;
height: 35px;
cursor: pointer;
}
.inside > li > .active {
background: #ff5203;
......
......@@ -39,7 +39,7 @@
</div>
<div class="hal-right">
<el-button type="primary" @click="dialogFormVisible = true" >开标规则说明</el-button>
<el-button type="primary" @click="isdialogue">在线对话<i class="el-icon-chat-dot-round"></i></el-button>
<el-button type="primary" @click="isdialogue"><i class="el-icon-chat-dot-round"></i>在线对话</el-button>
<el-button type="primary" @click="openInfo" :disabled="!issueTable">查看开标一览表</el-button>
</div>
<!-- 在线对话 -->
......@@ -466,6 +466,9 @@ export default {
</script>
<style scoped>
ul {
list-style-type: decimal!important;
}
.time {
height: 48px;
margin-bottom: 10px;
......
......@@ -297,7 +297,7 @@ export default {
.state > ul > li {
margin-right: 50px;
cursor: pointer;
}
.flex-left > li {
......@@ -308,9 +308,9 @@ export default {
}
.flex-left > li > div {
margin-right: 50px;
padding-right: 30px;
border-right: 1px solid #000;
margin-right: 30px;
padding:0 30px;
border-right: 1px solid #DADADA;
}
.inside > li > div {
......@@ -322,6 +322,7 @@ export default {
border-radius: 2px;
line-height: 35px;
height: 35px;
cursor: pointer;
}
.inside > li > .active {
background: #ff5203;
......
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