javascript 聚合物的常见款式
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javascript 聚合物的常见款式相关的知识,希望对你有一定的参考价值。
import '@polymer/polymer/polymer-element.js';
import '@polymer/paper-styles/paper-styles.js';
const $_documentContainer = document.createElement('template');
$_documentContainer.innerHTML = `<dom-module id="global">
<template>
<style>
.card {
margin: 24px;
padding: 16px;
color: var(--paper-grey-600);
border-radius: 5px;
background-color: var(--paper-grey-50);
@apply --shadow-elevation-8dp;
}
.horizontal {
@apply --layout-horizontal;
}
.vertical {
@apply --layout-vertical;
}
.start {
@apply --layout-start-justified;
}
.end {
@apply --layout-end-justified;
}
.center {
@apply --layout-center-justified;
}
.justified {
@apply --layout-justified;
}
.wrap {
@apply --layout-wrap;
}
.title {
@apply --paper-font-title;
color: var(--paper-grey-900);
}
.subtitle {
@apply --paper-font-subtitle;
color: var(--paper-grey-700);
}
.description {
@apply --paper-font-body1;
color: var(--paper-grey-500);
}
.capitalize {
text-transform: capitalize;
}
</style>
</template>
</dom-module>`;
document.head.appendChild($_documentContainer.content);
以上是关于javascript 聚合物的常见款式的主要内容,如果未能解决你的问题,请参考以下文章
Storm常见模式——流聚合
Storm入门Storm常见模式之流聚合
pandas groupby 按总和聚合特定列,按最常见值聚合其他列
mysql中常见的聚合函数
最最最常见的链路聚合IRF堆叠配置
mysql中常见的聚合函数