Commit 3093e51f authored by 纪泽龙's avatar 纪泽龙

修改operationMonitor/monitorData页面样式

parent 686885e7
<!-- <!--
* @Author: your name * @Author: your name
* @Date: 2022-03-25 17:15:31 * @Date: 2022-03-25 17:15:31
* @LastEditTime: 2022-03-29 10:12:49 * @LastEditTime: 2022-04-28 16:02:51
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: /gassafety-progress/gassafetyprogress-web/src/views/operationMonitor/monitorData/component/charsData/CzCard.vue * @FilePath: /gassafety-progress/gassafetyprogress-web/src/views/operationMonitor/monitorData/component/charsData/CzCard.vue
...@@ -130,6 +130,7 @@ export default { ...@@ -130,6 +130,7 @@ export default {
color: #666666; color: #666666;
font-weight: 500; font-weight: 500;
margin-right: 62px; margin-right: 62px;
width: 60px;
} }
} }
.right { .right {
......
<!-- <!--
* @Author: your name * @Author: your name
* @Date: 2022-03-25 13:46:23 * @Date: 2022-03-25 13:46:23
* @LastEditTime: 2022-04-09 10:38:14 * @LastEditTime: 2022-04-28 15:59:44
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: /gassafety-progress/gassafetyprogress-web/src/views/operationMonitor/monitorData/component/charsData.vue * @FilePath: /gassafety-progress/gassafetyprogress-web/src/views/operationMonitor/monitorData/component/charsData.vue
...@@ -92,10 +92,12 @@ export default { ...@@ -92,10 +92,12 @@ export default {
border-radius: 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px;
border: 1px solid #e6ebf5; border: 1px solid #e6ebf5;
box-sizing: border-box; box-sizing: border-box;
padding: 34px 40px 38px; // padding: 34px 40px 38px;
padding: 34px 0 38px;
.top { .top {
font-size: 20px; font-size: 20px;
margin-bottom: 46px; margin-bottom: 46px;
padding: 0 40px;
.top-left { .top-left {
color: #1890ff; color: #1890ff;
...@@ -138,11 +140,12 @@ export default { ...@@ -138,11 +140,12 @@ export default {
// flex: 1; // flex: 1;
text-align: center; text-align: center;
font-size: 16px; font-size: 16px;
flex: 1;
&.first { &.first {
text-align: left; // text-align: left;
} }
&.last { &.last {
text-align: right; // text-align: right;
} }
} }
} }
......
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