I use the bellow less code to let the con-order
width 80%:
.con-order {
height: 100%;
width: 80%;
overflow: hidden;
the html code is like bellow:
<div class="con-order">
<div class="alert">
<Alert type="warning" show-icon closable>
...
it bellow like this, I want the content move center.
I tried use text-align: center;
but the content become odd.
It become like this, I don't want this:
I want all move to center, not all content align center.