Commit d067cb4f by fairyly

fix: 修改月指标样式

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