Commit d067cb4f by fairyly

fix: 修改月指标样式

parent 7973d5cc
......@@ -382,7 +382,7 @@ export default {
</script>
<style type="text/scss" lang="scss" scoped>
.day-set-content {
padding: 20px;
padding: 0 20px 20px 20px;
box-sizing: border-box;
.w-p-14 {
width: 14%;
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-04-12 17:56:45
* @LastEditors : 无尘
* @LastEditTime : 2020-03-03 16:24:28
* @LastEditTime : 2020-03-03 19:07:05
-->
<template>
<section class="common-right-wrap">
......@@ -175,7 +175,7 @@ export default {
width: 123px;
}
.p-20 {
padding: 20px;
padding: 0 20px 20px 20px;
box-sizing: border-box;
}
</style>
......@@ -345,7 +345,8 @@ export default {
}
.daily-set-wrap {
.daily-set-content {
padding: 20px;
padding: 0 20px 20px 20px;
box-sizing: border-box;
.table-condition-left {
font-size: 0;
}
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-04-12 17:56:45
* @LastEditors : 无尘
* @LastEditTime : 2020-03-03 18:19:16
* @LastEditTime : 2020-03-03 19:33:13
-->
<template>
<div class="app-detail-wrap common-right-wrap">
......@@ -243,7 +243,7 @@ export default {
</script>
<style type="text/scss" lang="scss" scoped>
.task-set-content {
padding: 20px;
padding: 0 20px 20px 20px;
box-sizing: border-box;
.w-105 {
width: 105px;
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-04-12 17:56:45
* @LastEditors : 无尘
* @LastEditTime : 2020-03-03 18:01:27
* @LastEditTime : 2020-03-03 19:33:52
-->
<template>
<div class="my-customer-wrap common-set-wrap common-right-wrap">
......@@ -322,7 +322,7 @@ export default {
</script>
<style type="text/scss" lang="scss" scoped>
.daily-set-content {
padding: 20px;
padding: 0 20px 20px 20px;
box-sizing: border-box;
.w-131 {
width: 131px;
......
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