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

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