Commit 4d720174 authored by Gakki's avatar Gakki

add inner

parent 026f076f
<template> <template>
<div id="home" class="layoutPadding" v-if="(this.$api.BASE_URL).indexOf('xuhui') > -1 || (this.$api.BASE_URL).indexOf('31.0.161.39') > -1"> <div id="home" class="layoutPadding" v-if="(this.$api.BASE_URL).indexOf('pudong') > -1 || (this.$api.BASE_URL).indexOf('31.0.161.39') > -1">
<a-row type="flex" class="align-stretch"> <a-row type="flex" class="align-stretch">
<a-col :span="16"> <a-col :span="16">
<a-row type="flex" style="padding-right:10px;height:100%;"> <a-row type="flex" style="padding-right:10px;height:100%;">
...@@ -1428,4 +1428,12 @@ export default { ...@@ -1428,4 +1428,12 @@ export default {
white-space: nowrap; white-space: nowrap;
} }
.topBox .inner{
padding:1rem;
width: 24%;
display:flex;
justify-content: space-between;
background: #fff;
}
</style> </style>
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