看板视图css调整(老许做的)
This commit is contained in:
@@ -1,18 +1,13 @@
|
||||
.alerts {
|
||||
.choosekanban {
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
margin-top: 1vw !important;
|
||||
}
|
||||
|
||||
.alerts>div {
|
||||
width: 3vw;
|
||||
height: 1.5vw;
|
||||
border: 1px solid grey;
|
||||
border-radius: 5px;
|
||||
margin: 0 0.5vw;
|
||||
justify-content: center;
|
||||
.choosekanban > button {
|
||||
width: 4vw !important;
|
||||
height: 2vw !important;
|
||||
border: none !important;
|
||||
margin-left: 16px !important;
|
||||
}
|
||||
|
||||
.alerts>div:nth-child(1) {
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
<templates>
|
||||
<t t-name="sf_manufacturing.CustomKanbanView1" t-inherit="web.KanbanView" owl="1">
|
||||
<xpath expr="//t[@t-component='props.Renderer']" position="before">
|
||||
<div class="alerts">
|
||||
<div class="choosekanban">
|
||||
<!-- <t t-foreach="env['mrp.workcenter'].get_dynamic_data()" t-as="i" t-key="i"> -->
|
||||
<t t-foreach="workOrders" t-as="i" t-key="i">
|
||||
<button t-on-click="buttonClick" t-att-data-id="i.name">
|
||||
|
||||
Reference in New Issue
Block a user