app-embed-view.less 338 字节
Newer Older
zcdtk's avatar
zcdtk committed
1 2
.app-embed-view {
    width: 100%;
KK's avatar
KK committed
3
    .embed-view-content{
KK's avatar
KK committed
4
        // min-height: 150px;
KK's avatar
KK committed
5
    }
KK's avatar
KK committed
6 7 8 9 10 11 12 13 14 15 16
    .embed-view-toolbar{
        display: flex;
        justify-content: flex-end;
        ion-button{
            --background: transparent;
            height: 20px;
            --color: #333;
            font-size: 12px;
        }
    }

zcdtk's avatar
zcdtk committed
17
}