智能分组页面修改分组的样式

设置宽度为85%
parent 1466ad1d
<!--
* @Author: wsq
* @Date: 2022-03-02 16:34:58
* @LastEditors: ninglupeng
* @LastEditTime: 2022-06-07 15:06:17
* @LastEditors: wsq
* @LastEditTime: 2022-07-11 16:37:03
* @Description:
-->
<template>
......@@ -1053,7 +1053,7 @@ export default {
justify-content: center;
span {
height: 100%;
width: 50%;
width: 85%;
// margin:5px 5px;
display: flex;
justify-content: start;
......@@ -1073,7 +1073,7 @@ export default {
justify-content: center;
span {
height: 100%;
width: 50%;
width: 85%;
// margin:5px 5px;
display: flex;
justify-content: start;
......@@ -1093,7 +1093,7 @@ export default {
justify-content: center;
span {
height: 100%;
width: 50%;
width: 85%;
// margin:5px 5px;
display: flex;
justify-content: start;
......@@ -1113,7 +1113,7 @@ export default {
justify-content: center;
span {
height: 100%;
width: 50%;
width: 85%;
// margin:5px 5px;
display: flex;
justify-content: start;
......
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