new style in client
This commit is contained in:
parent
c9ff880591
commit
59061927c6
|
@ -1,9 +1,10 @@
|
||||||
<vn-horizontal>
|
<vn-main-block>
|
||||||
<mg-ajax
|
<mg-ajax
|
||||||
path="/client/api/Clients/{{edit.params.id}}/card"
|
path="/client/api/Clients/{{edit.params.id}}/card"
|
||||||
actions="$ctrl.client = edit.model"
|
actions="$ctrl.client = edit.model"
|
||||||
options="mgEdit">
|
options="mgEdit">
|
||||||
</mg-ajax>
|
</mg-ajax>
|
||||||
|
<vn-horizontal>
|
||||||
<vn-auto style="min-width: 18em; padding-left: 1em; padding-bottom: 1em;">
|
<vn-auto style="min-width: 18em; padding-left: 1em; padding-bottom: 1em;">
|
||||||
<vn-descriptor
|
<vn-descriptor
|
||||||
client="$ctrl.client"
|
client="$ctrl.client"
|
||||||
|
@ -12,6 +13,8 @@
|
||||||
<vn-left-menu></vn-left-menu>
|
<vn-left-menu></vn-left-menu>
|
||||||
</vn-auto>
|
</vn-auto>
|
||||||
<vn-one>
|
<vn-one>
|
||||||
<vn-vertical style="max-width: 70em; margin: 0 auto;" ui-view></vn-vertical>
|
<vn-vertical ui-view></vn-vertical>
|
||||||
</vn-one>
|
</vn-one>
|
||||||
</vn-horizontal>
|
</vn-horizontal>
|
||||||
|
</vn-main-block>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
import ngModule from '../module';
|
import ngModule from '../module';
|
||||||
|
import './style.scss';
|
||||||
export default class Controller {
|
export default class Controller {
|
||||||
constructor() {
|
constructor() {
|
||||||
this.client = null;
|
this.client = null;
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
vn-client-card {
|
||||||
|
vn-main-block {
|
||||||
|
display:block;
|
||||||
|
max-width: 1920px;
|
||||||
|
width:100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
}
|
|
@ -4,7 +4,7 @@ vn-descriptor {
|
||||||
color: white;
|
color: white;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
i {
|
i {
|
||||||
font-size: 40px;
|
font-size: 51px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue