aicfe-answer-card 0.1.76 → 0.1.78

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aicfe-answer-card",
3
3
  "private": false,
4
- "version": "0.1.76",
4
+ "version": "0.1.78",
5
5
  "description": "edu answer card for aicfe",
6
6
  "keywords": [
7
7
  "aicfe",
@@ -160,6 +160,11 @@
160
160
  color: $--ac-color-text-primary;
161
161
  text-align: center;
162
162
  border-bottom: 1px solid #000;
163
+
164
+ &.is-offline {
165
+ height: 36px;
166
+ line-height: 36px;
167
+ }
163
168
  }
164
169
  .ac-edu__area--empty,
165
170
  .ac-edu__area--fullFilling {
@@ -173,17 +178,31 @@
173
178
  li:last-child {
174
179
  border-right: none;
175
180
  }
181
+
182
+ &.is-offline {
183
+ li {
184
+ width: 32px;
185
+ }
186
+ }
176
187
  }
177
188
  .ac-edu__area--empty li {
178
189
  height: 36px;
179
190
  border-bottom: 1px solid #000;
180
191
  border-right: 1px solid #000;
181
192
  }
182
- .ac-edu__area--fullFilling li {
183
- border-right: 1px solid #000;
184
- display: flex;
185
- flex-wrap: wrap;
186
- justify-content: center;
193
+ .ac-edu__area--fullFilling {
194
+ li {
195
+ border-right: 1px solid #000;
196
+ display: flex;
197
+ flex-wrap: wrap;
198
+ justify-content: center;
199
+ }
200
+
201
+ &.is-offline {
202
+ li {
203
+ padding: 3px 0;
204
+ }
205
+ }
187
206
  }
188
207
  .full-filling__option {
189
208
  position: relative;