mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-23 10:05:01 +02:00
Update layouts, icons. CSS optimize (#926)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<script lang="ts">
|
||||
import contact from '@anticrm/contact'
|
||||
import core, { Class, Doc, Ref, RefTo } from '@anticrm/core'
|
||||
import { AttributeBarEditor, AttributesBar, getClient, KeyedAttribute, UserBox } from '@anticrm/presentation'
|
||||
import { AttributesBar, getClient, KeyedAttribute, UserBox } from '@anticrm/presentation'
|
||||
import { Task } from '@anticrm/task'
|
||||
import task from '../plugin'
|
||||
|
||||
@@ -66,14 +66,13 @@
|
||||
<AttributesBar {object} keys={filtredKeys} />
|
||||
</div>
|
||||
</div>
|
||||
<AttributeBarEditor key={'state'} {object} showHeader={false} />
|
||||
<AttributeBarEditor key={'doneState'} {object} showHeader={false} />
|
||||
<AttributesBar {object} keys={['doneState', 'state']} showHeader={false} />
|
||||
</div>
|
||||
|
||||
<style lang="scss">
|
||||
.header {
|
||||
width: 100%;
|
||||
padding: 0 0.5rem;
|
||||
// padding: 0 0.5rem;
|
||||
|
||||
.column {
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user