Commit 9be11a7c by 李萌萌

保存页面类型文本颜色

parent c88f4403
<!--
* @Author: your name
* @Date: 2021-08-12 09:23:26
* @LastEditTime: 2021-08-18 17:00:58
* @LastEditTime: 2021-10-18 18:18:48
* @LastEditors: Please set LastEditors
* @Description: 保存数据的弹出框
* @FilePath: \founder_vue\src\views\block\saveBox.vue
......@@ -148,7 +148,11 @@ export default {
margin-top: 20px;
}
</style>
<style>
<style lang="scss">
.saveBoxBlk{
& span.ant-radio + *{
color: #FFF;
}}
.saveBoxBlk-table .ant-table table {
color: #183250;
}
......
<!--
* @Author: your name
* @Date: 2021-09-23 17:58:36
* @LastEditTime: 2021-10-18 10:35:31
* @LastEditTime: 2021-10-18 18:13:10
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\map\imgPage.vue
......@@ -37,6 +37,7 @@ export default {
<style lang="scss" scoped>
#imgDiv {
display: flex;
background-color: #364d79;
& img {
height: 100%;
margin: 0 auto;
......@@ -46,8 +47,7 @@ export default {
height: 100%;
}
& .ant-carousel .slick-slide {
text-align: center;
background: #364d79;
text-align: center;
overflow: hidden;
}
& .ant-carousel .slick-slide button {
......
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